The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME			=> 'Crypt::Chimera',
    VERSION_FROM	=> 'lib/Crypt/Chimera.pm',
    PREREQ_PM		=> {
					},
	ABSTRACT_FROM	=> 'lib/Crypt/Chimera.pm',
	AUTHOR			=> 'Shevek <shevek@cpan.org>',
);