B-OPCheck
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# This Makefile.PL for B-OPCheck was generated by
# Dist::Zilla::Plugin::MakeMaker::Awesome 0.38.
# Don't edit it but the dist.ini and plugins used to construct it.
use strict;
use warnings;
use 5.008;
use ExtUtils::MakeMaker;
use ExtUtils::Depends 0.302;
my $pkg = ExtUtils::Depends->new(
'B::OPCheck',
'B::Utils',
);
my %WriteMakefileArgs = (
"ABSTRACT" => "PL_check hacks using Perl callbacks",
"AUTHOR" => "Chia-liang Kao <clkao\@clkao.org>, \x{5d9}\x{5d5}\x{5d1}\x{5dc} \x{5e7}\x{5d5}\x{5d2}'\x{5de}\x{5df} (Yuval Kogman) <nothingmuch\@woobling.org>",
"CONFIGURE_REQUIRES" => {
"B::Utils" => "0.08",
"ExtUtils::Depends" => "0.302",
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "B-OPCheck",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.008",
"NAME" => "B::OPCheck",
"PREREQ_PM" => {
"B::Utils" => "0.08",
"Carp" => 0,
"Scalar::Util" => 0,
"Scope::Guard" => 0,
"XSLoader" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"Module::Metadata" => 0,
"Test::More" => 0
},
"VERSION" => "0.32",
"test" => {
"TESTS" => "t/*.t"
}
);
%WriteMakefileArgs = (
%WriteMakefileArgs,
$pkg->get_makefile_vars,
);
my %FallbackPrereqs = (
"B::Utils" => "0.08",
"Carp" => 0,
"File::Spec" => 0,
"Module::Metadata" => 0,
"Scalar::Util" => 0,
"Scope::Guard" => 0,
"Test::More" => 0,
"XSLoader" => 0,
"strict" => 0,
"warnings" => 0
);
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
delete $WriteMakefileArgs{TEST_REQUIRES};
delete $WriteMakefileArgs{BUILD_REQUIRES};
$WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}
delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
WriteMakefile(%WriteMakefileArgs);
( run in 0.852 second using v1.01-cache-2.11-cpan-39bf76dae61 )