The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use 5.008;
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'		=> 'Exporter::Simple',
    'VERSION_FROM'	=> 'lib/Exporter/Simple.pm',
    'PREREQ_PM'		=> {
    	Attribute::Handlers => '0.77',
    },
    dist                => {
        COMPRESS => 'gzip --force --best'
    },
);