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

WriteMakefile(
	'NAME'		=> 'Carrot',
	'VERSION'	=> '1.1.308',
	'AUTHOR'	=> 'Winfried Trumper <pub+perl_carrot æ wt.tuxomania.net>',
	'LICENSE'	=> 'MPL-2.0',
	'PREREQ_PM'	  => {},
);