Acme-Ford-Prefect
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
BEGIN {
use strict; use warnings;
unless(eval q{ use 5.006; 1}) {
print "Perl 5.006 or better required\n";
exit;
}
}
# This file was automatically generated by Dist::Zilla::Plugin::Author::Plicease::MakeMaker v2.72.
use strict;
use warnings;
use 5.006;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Test Module for Alien::Base",
"AUTHOR" => "Graham Ollis <plicease\@cpan.org>, Joel Berger",
"CONFIGURE_REQUIRES" => {
"Acme::Alien::DontPanic" => "2.7200",
"Alien::Base::Wrapper" => "1.02",
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Acme-Ford-Prefect",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.006",
"NAME" => "Acme::Ford::Prefect",
"PM" => {
"lib/Acme/Ford/Prefect.pm" => "\$(INST_LIB)/Acme/Ford/Prefect.pm"
},
"PREREQ_PM" => {
"XSLoader" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Acme::Alien::DontPanic" => 0,
"Test2::V0" => "0.000121",
"Test::Alien::Diag" => 0
},
"VERSION" => "2.7200",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Acme::Alien::DontPanic" => 0,
"Test2::V0" => "0.000121",
"Test::Alien::Diag" => 0,
"XSLoader" => 0,
"strict" => 0,
"warnings" => 0
);
# BEGIN code inserted by Dist::Zilla::Plugin::AlienBase::Wrapper
use Alien::Base::Wrapper qw( Acme::Alien::DontPanic !export );
%WriteMakefileArgs = ( %WriteMakefileArgs, Alien::Base::Wrapper->mm_args );
# END code inserted by Dist::Zilla::Plugin::AlienBase::Wrapper
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
delete $WriteMakefileArgs{TEST_REQUIRES};
delete $WriteMakefileArgs{BUILD_REQUIRES};
$WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}
( run in 0.643 second using v1.01-cache-2.11-cpan-13bb782fe5a )