The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;

require 5.006;

eval "use Test::Manifest 1.21";

WriteMakefile
	(
	'NAME'          => 'HTTP::Cookies::Omniweb',
	'ABSTRACT'      => 'Cookie storage and management for Omniweb',
	'VERSION_FROM'  => 'lib/HTTP/Cookies/Omniweb.pm',
	'LICENSE'       => 'perl',
	'AUTHOR'        => 'brian d foy <bdfoy@cpan.org>',

	'PREREQ_PM'      => {
		'HTTP::Cookies'         => '1.25',
		'Text::Diff'            => '0',
		},
	
	clean => { FILES => 'HTTP-Cookies-Omniweb-*' },
	);