# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012.
use strict;
use warnings;
use 5.010000;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "a Path::Tiny wrapper for Path::Class compatibility",
"AUTHOR" => "Buddy Burden <barefootcoder\@gmail.com>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Path-Class-Tiny",
"LICENSE" => "artistic_2",
"MIN_PERL_VERSION" => "5.010000",
"NAME" => "Path::Class::Tiny",
"PREREQ_PM" => {
"Carp" => 0,
"Cwd" => 0,
"Date::Easy::Datetime" => 0,
"Exporter" => 0,
"File::Spec" => 0,
"Module::Runtime" => 0,
"Path::Tiny" => "0.104",
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Basename" => 0,
"File::Temp" => 0,
"Test::Differences" => "0.500",
"Test::Exception" => 0,
"Test::More" => 0,
"Test::Most" => "0.25",
"lib" => 0,
"parent" => 0
},
"VERSION" => "0.06",
"test" => {
"TESTS" => "t/*.t t/path-class/*.t"
}
);
my %FallbackPrereqs = (
"Carp" => 0,
"Cwd" => 0,
"Date::Easy::Datetime" => 0,
"Exporter" => 0,
"File::Basename" => 0,
"File::Spec" => 0,
"File::Temp" => 0,
"Module::Runtime" => 0,
"Path::Tiny" => "0.104",
"Test::Differences" => "0.500",
"Test::Exception" => 0,
"Test::More" => 0,
"Test::Most" => "0.25",
"lib" => 0,
"parent" => 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);