From 67241d22c0a425ba7301017796d8a39f7e731999 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Mon, 29 Jun 2015 01:05:16 +0000 Subject: App-cpanminus-1.7039 --- Makefile.PL | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..f826fbd --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,48 @@ +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.037. +use strict; +use warnings; + +use 5.008001; + +use ExtUtils::MakeMaker; + +my %WriteMakefileArgs = ( + "ABSTRACT" => "get, unpack, build and install modules from CPAN", + "AUTHOR" => "- Tatsuhiko Miyagawa", + "CONFIGURE_REQUIRES" => { + "ExtUtils::MakeMaker" => 0 + }, + "DISTNAME" => "App-cpanminus", + "EXE_FILES" => [ + "bin/cpanm" + ], + "LICENSE" => "perl", + "MIN_PERL_VERSION" => "5.008001", + "NAME" => "App::cpanminus", + "PREREQ_PM" => {}, + "TEST_REQUIRES" => { + "Test::More" => 0 + }, + "VERSION" => "1.7039", + "test" => { + "TESTS" => "t/*.t" + } +); + + +my %FallbackPrereqs = ( + "ExtUtils::MakeMaker" => 0, + "Test::More" => 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); -- cgit v1.2.1