BEGIN {
use strict; use warnings;
require './inc/config.pl';
unless(eval q{ use 5.008001; 1}) {
print "Perl 5.008001 or better required\n";
exit;
}
}
# This file was automatically generated by Dist::Zilla::Plugin::Author::Plicease::MakeMaker v2.72.
use strict;
use warnings;
use 5.008001;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "FFI::Platypus::Lang::Fortran",
"AUTHOR" => "Graham Ollis <plicease\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::F77" => "1.24",
"ExtUtils::MakeMaker" => "6.64",
"FFI::Platypus" => "2.00",
"File::ShareDir::Dist::Install" => "0.07",
"File::Which" => 0,
"File::chdir" => 0
},
"DISTNAME" => "FFI-Platypus-Lang-Fortran",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.008001",
"NAME" => "FFI::Platypus::Lang::Fortran",
"PM" => {
"lib/FFI/Build/File/Fortran.pm" => "\$(INST_LIB)/FFI/Build/File/Fortran.pm",
"lib/FFI/Platypus/Lang/Fortran.pm" => "\$(INST_LIB)/FFI/Platypus/Lang/Fortran.pm"
},
"PREREQ_PM" => {
"FFI::Build::File::C" => 0,
"File::Path" => "2.04",
"File::ShareDir::Dist" => 0,
"base" => 0
},
"TEST_REQUIRES" => {
"Capture::Tiny" => 0,
"FFI::Build" => 0,
"FFI::Build::Platform" => 0,
"FFI::Platypus" => 0,
"File::Path" => "2.04",
"File::Which" => 0,
"File::chdir" => 0,
"Test2::V0" => "0.000121"
},
"VERSION" => "0.14",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Capture::Tiny" => 0,
"FFI::Build" => 0,
"FFI::Build::File::C" => 0,
"FFI::Build::Platform" => 0,
"FFI::Platypus" => 0,
"File::Path" => "2.04",
"File::ShareDir::Dist" => 0,
"File::Which" => 0,
"File::chdir" => 0,
"Test2::V0" => "0.000121",
"base" => 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);