use ExtUtils::MakeMaker;
WriteMakefile(
ABSTRACT => "How far have your fingers ran?",
AUTHOR => 'Phil Pollard <bennie@cpan.org>',
LICENSE => 'artistic_2',
NAME => 'Acme::KeyboardMarathon',
VERSION => '1.22',
PREREQ_PM => {
'Test::More' => 0,
'Math::BigInt' => 0,
'Test::Simple' => 0,
'File::Slurp' => 0,
'Carp' => 0
},
( $ExtUtils::MakeMaker::VERSION < 6.46
? ()
: ( META_MERGE => {
'meta-spec' => { version => 2 },
no_index => {directory => [qw/t/]},
provides =>
{
'Acme::KeyboardMarathon' => {
'version' => '1.22',
'file' => 'lib/Acme/KeyboardMarathon.pm'
}
},
release_status => 'stable',
resources => {
repository => {
type => 'git',
url => 'git://github.com/bennie/perl-Acme-KeyboardMarathon.git',
web => 'http://github.com/bennie/perl-Acme-KeyboardMarathon',
},
bugtracker => {
web => 'https://rt.cpan.org/Dist/Display.html?Name=Acme-KeyboardMarathon',
},
},
},
)
),
( $ExtUtils::MakeMaker::VERSION < 6.48
? ()
: ( MIN_PERL_VERSION => '5.008001' )
)
);