Alien-MSYS
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
BEGIN {
use strict; use warnings;
unless(eval q{ use 5.008001; 1}) {
print "Perl 5.008001 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.008001;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Tools required for GNU style configure scripts on Windows",
"AUTHOR" => "Graham Ollis <plicease\@cpan.org>",
"BUILD_REQUIRES" => {
"Alien::Build" => "0.99",
"Alien::Build::MM" => "0.32",
"ExtUtils::MakeMaker" => "7.38"
},
"CONFIGURE_REQUIRES" => {
"Alien::Build" => "0.99",
"Alien::Build::MM" => "0.32",
"Alien::Build::Plugin::Decode::SourceForge" => 0,
"ExtUtils::MakeMaker" => "7.38",
"File::Glob" => 0,
"Path::Tiny" => 0
},
"DISTNAME" => "Alien-MSYS",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.008001",
"NAME" => "Alien::MSYS",
"PM" => {
"lib/Alien/MSYS.pm" => "\$(INST_LIB)/Alien/MSYS.pm"
},
"PREREQ_PM" => {
"Alien::Base" => "0.038",
"Alien::Build" => "0.99",
"Env" => 0,
"Path::Tiny" => 0
},
"TEST_REQUIRES" => {
"File::chdir" => 0,
"Test2::V0" => "0.000121",
"Test::Alien::Build" => 0
},
"VERSION" => "0.17",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Alien::Base" => "0.038",
"Alien::Build" => "0.99",
"Alien::Build::MM" => "0.32",
"Env" => 0,
"ExtUtils::MakeMaker" => "7.38",
"File::chdir" => 0,
"Path::Tiny" => 0,
"Test2::V0" => "0.000121",
"Test::Alien::Build" => 0
);
# BEGIN code inserted by Dist::Zilla::Plugin::AlienBuild
use Alien::Build::MM;
my $abmm = Alien::Build::MM->new;
%WriteMakefileArgs = $abmm->mm_args(%WriteMakefileArgs);
# END code inserted by Dist::Zilla::Plugin::AlienBuild
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
delete $WriteMakefileArgs{TEST_REQUIRES};
delete $WriteMakefileArgs{BUILD_REQUIRES};
( run in 0.603 second using v1.01-cache-2.11-cpan-796a6f069b2 )