From 2f62d65d28afdbbd6a417f8e3da3ac6143863ef8 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Sun, 15 Feb 2015 23:48:22 +0000 Subject: ExtUtils-InstallPaths-0.011 --- Makefile.PL | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..b465137 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,72 @@ + +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.025. +use strict; +use warnings; + +use 5.006; + +use ExtUtils::MakeMaker; + + + +my %WriteMakefileArgs = ( + "ABSTRACT" => "Build.PL install path logic made easy", + "AUTHOR" => "Ken Williams , Leon Timmermans ", + "CONFIGURE_REQUIRES" => { + "ExtUtils::MakeMaker" => 0 + }, + "DISTNAME" => "ExtUtils-InstallPaths", + "EXE_FILES" => [], + "LICENSE" => "perl", + "MIN_PERL_VERSION" => "5.006", + "NAME" => "ExtUtils::InstallPaths", + "PREREQ_PM" => { + "Carp" => 0, + "ExtUtils::Config" => "0.002", + "File::Spec" => 0, + "strict" => 0, + "warnings" => 0 + }, + "TEST_REQUIRES" => { + "File::Spec" => 0, + "File::Spec::Functions" => "0.83", + "File::Temp" => 0, + "IO::Handle" => 0, + "IPC::Open3" => 0, + "Test::More" => 0 + }, + "VERSION" => "0.011", + "test" => { + "TESTS" => "t/*.t" + } +); + + +my %FallbackPrereqs = ( + "Carp" => 0, + "ExtUtils::Config" => "0.002", + "ExtUtils::MakeMaker" => 0, + "File::Spec" => 0, + "File::Spec::Functions" => "0.83", + "File::Temp" => 0, + "IO::Handle" => 0, + "IPC::Open3" => 0, + "Test::More" => 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); + + + -- cgit v1.2.1