App-af
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
BEGIN {
use strict; use warnings;
unless(eval q{ use 5.014; 1}) {
print "Perl 5.014 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.014;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Command line tool for alienfile",
"AUTHOR" => "Graham Ollis <plicease\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "App-af",
"EXE_FILES" => [
"bin/af",
"bin/palien"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.014",
"NAME" => "App::af",
"PM" => {
"lib/App/af.pm" => "\$(INST_LIB)/App/af.pm",
"lib/App/palien.pm" => "\$(INST_LIB)/App/palien.pm"
},
"PREREQ_PM" => {
"Alien::Base" => "0.038",
"Alien::Build" => "1.17",
"Capture::Tiny" => 0,
"File::Copy::Recursive" => 0,
"File::chdir" => 0,
"Moose" => 0,
"MooseX::Types::Path::Tiny" => 0,
"Path::Tiny" => 0,
"Shell::Perl" => "0.003",
"Test2::Mock" => "0.000121",
"Text::Table" => 0,
"YAML" => 0,
"namespace::autoclean" => 0
},
"TEST_REQUIRES" => {
"Test2::Tools::Basic" => "0.000121",
"Test2::V0" => "0.000121",
"Test::Script" => 0
},
"VERSION" => "0.18",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Alien::Base" => "0.038",
"Alien::Build" => "1.17",
"Capture::Tiny" => 0,
"File::Copy::Recursive" => 0,
"File::chdir" => 0,
"Moose" => 0,
"MooseX::Types::Path::Tiny" => 0,
"Path::Tiny" => 0,
"Shell::Perl" => "0.003",
"Test2::Mock" => "0.000121",
"Test2::Tools::Basic" => "0.000121",
"Test2::V0" => "0.000121",
"Test::Script" => 0,
"Text::Table" => 0,
"YAML" => 0,
"namespace::autoclean" => 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.739 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )