From 7e7ddbe33ca34359d711aee1e0ddebaeb40c2a18 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Thu, 25 Jun 2015 04:47:55 +0000 Subject: Class-Load-0.23 --- Makefile.PL | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..69ce6b3 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,82 @@ +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.037. +use strict; +use warnings; + +use 5.006; + +use ExtUtils::MakeMaker; + +my %WriteMakefileArgs = ( + "ABSTRACT" => "A working (require \"Class::Name\") and more", + "AUTHOR" => "Shawn M Moore ", + "CONFIGURE_REQUIRES" => { + "ExtUtils::MakeMaker" => 0 + }, + "DISTNAME" => "Class-Load", + "EXE_FILES" => [], + "LICENSE" => "perl", + "MIN_PERL_VERSION" => "5.006", + "NAME" => "Class::Load", + "PREREQ_PM" => { + "Carp" => 0, + "Data::OptList" => 0, + "Exporter" => 0, + "Module::Implementation" => "0.04", + "Module::Runtime" => "0.012", + "Package::Stash" => "0.14", + "Scalar::Util" => 0, + "Try::Tiny" => 0, + "base" => 0, + "strict" => 0, + "warnings" => 0 + }, + "TEST_REQUIRES" => { + "ExtUtils::MakeMaker" => 0, + "File::Spec" => 0, + "Test::Fatal" => 0, + "Test::More" => "0.88", + "Test::Requires" => 0, + "constant" => 0, + "lib" => 0, + "version" => 0 + }, + "VERSION" => "0.23", + "test" => { + "TESTS" => "t/*.t" + } +); + + +my %FallbackPrereqs = ( + "Carp" => 0, + "Data::OptList" => 0, + "Exporter" => 0, + "ExtUtils::MakeMaker" => 0, + "File::Spec" => 0, + "Module::Implementation" => "0.04", + "Module::Runtime" => "0.012", + "Package::Stash" => "0.14", + "Scalar::Util" => 0, + "Test::Fatal" => 0, + "Test::More" => "0.88", + "Test::Requires" => 0, + "Try::Tiny" => 0, + "base" => 0, + "constant" => 0, + "lib" => 0, + "strict" => 0, + "version" => 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