# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.017. use strict; use warnings; use 5.014; use ExtUtils::MakeMaker; my %WriteMakefileArgs = ( "ABSTRACT" => "IPC interface to PROJ cs2cs", "AUTHOR" => "Arne Johannessen ", "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0 }, "DISTNAME" => "Geo-LibProj-cs2cs", "LICENSE" => "artistic_2", "MIN_PERL_VERSION" => "5.014", "NAME" => "Geo::LibProj::cs2cs", "PREREQ_PM" => { "IPC::Run3" => 0 }, "TEST_REQUIRES" => { "Test::Exception" => 0, "Test::More" => "0.96", "Test::Warnings" => 0, "lib" => 0 }, "VERSION" => "1.03", "test" => { "TESTS" => "t/*.t" } ); my %FallbackPrereqs = ( "IPC::Run3" => 0, "Test::Exception" => 0, "Test::More" => "0.96", "Test::Warnings" => 0, "lib" => 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);