Acme-Backwards
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use 5.006;
use strict;
use warnings;
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Acme::Backwards',
AUTHOR => q{LNATION <thisusedtobeanemail@gmail.com>},
VERSION_FROM => 'lib/Acme/Backwards.pm',
ABSTRACT_FROM => 'lib/Acme/Backwards.pm',
LICENSE => 'artistic_2',
PL_FILES => {},
MIN_PERL_VERSION => '5.006',
CONFIGURE_REQUIRES => {
'ExtUtils::MakeMaker' => '0',
},
BUILD_REQUIRES => {
'Test::More' => '0',
},
PREREQ_PM => {
'Keyword::Declare' => '0.001017',
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Acme-Backwards-*' },
);
( run in 0.733 second using v1.01-cache-2.11-cpan-39bf76dae61 )