Spreadsheet-Edit
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.033.
use strict;
use warnings;
use 5.018000;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Slice and dice spreadsheets, optionally using tied variables.",
"AUTHOR" => "Jim Avera",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Spreadsheet-Edit",
"LICENSE" => "unrestricted",
"MIN_PERL_VERSION" => "5.018000",
"NAME" => "Spreadsheet::Edit",
"PREREQ_PM" => {
"Carp" => 0,
"Carp::Always" => 0,
"Clone" => 0,
"Data::Dumper" => 0,
"Data::Dumper::Interp" => "7.012",
"Data::Hexify" => 0,
"Digest::MD5" => 0,
"Encode" => 0,
"Exporter" => "5.57",
"Exporter::Tiny" => "1.001_000",
"Fcntl" => 0,
"File::BOM" => 0,
"File::Basename" => 0,
"File::Copy" => 0,
"File::Copy::Recursive" => 0,
"File::Find" => 0,
"File::Glob" => 0,
"File::Spec" => 0,
"File::Spec::Functions" => 0,
"File::Which" => 0,
"Guard" => 0,
"Import::Into" => 0,
"List::Util" => 0,
"POSIX" => 0,
"Path::Iterator::Rule" => "1.15.0",
"Path::Tiny" => "0.146",
"Scalar::Util" => 0,
"Symbol" => 0,
"Text::CSV" => "1.90_01",
"Tie::Array" => 0,
"Tie::Indirect" => 0,
"URI::file" => 0,
"bytes" => 0,
"constant" => 0,
"feature" => 0,
"mro" => 0,
"overload" => 0,
"parent" => 0,
"strict" => 0,
"utf8" => 0,
"version" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Capture::Tiny" => 0,
"Carp::Always" => 0,
"Cwd" => 0,
"Data::Dumper::Interp" => "7.012",
"English" => 0,
"Env" => 0,
"File::Path" => 0,
"File::Temp" => "0.23",
"FindBin" => 0,
"Getopt::Long" => 0,
"JSON" => 0,
"List::AllUtils" => 0,
"Test2::Plugin::BailOnFail" => 0,
"Test2::Tools::Subtest" => 0,
"Test2::V0" => "1.302214",
"Test::Deep::NoTest" => 0,
"Time::HiRes" => 0,
"autovivification" => 0,
"indirect" => 0,
"lib" => 0,
"multidimensional" => 0,
"open" => 0
},
"VERSION" => "1001.004",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Capture::Tiny" => 0,
"Carp" => 0,
"Carp::Always" => 0,
"Clone" => 0,
"Cwd" => 0,
"Data::Dumper" => 0,
"Data::Dumper::Interp" => "7.012",
"Data::Hexify" => 0,
"Digest::MD5" => 0,
"Encode" => 0,
"English" => 0,
"Env" => 0,
"Exporter" => "5.57",
"Exporter::Tiny" => "1.001_000",
"Fcntl" => 0,
"File::BOM" => 0,
"File::Basename" => 0,
"File::Copy" => 0,
"File::Copy::Recursive" => 0,
"File::Find" => 0,
"File::Glob" => 0,
"File::Path" => 0,
"File::Spec" => 0,
"File::Spec::Functions" => 0,
"File::Temp" => "0.23",
"File::Which" => 0,
"FindBin" => 0,
"Getopt::Long" => 0,
"Guard" => 0,
"Import::Into" => 0,
"JSON" => 0,
"List::AllUtils" => 0,
"List::Util" => 0,
"POSIX" => 0,
"Path::Iterator::Rule" => "1.15.0",
"Path::Tiny" => "0.146",
"Scalar::Util" => 0,
"Symbol" => 0,
"Test2::Plugin::BailOnFail" => 0,
"Test2::Tools::Subtest" => 0,
"Test2::V0" => "1.302214",
"Test::Deep::NoTest" => 0,
"Text::CSV" => "1.90_01",
"Tie::Array" => 0,
"Tie::Indirect" => 0,
"Time::HiRes" => 0,
"URI::file" => 0,
"autovivification" => 0,
"bytes" => 0,
"constant" => 0,
"feature" => 0,
"indirect" => 0,
"lib" => 0,
"mro" => 0,
"multidimensional" => 0,
"open" => 0,
"overload" => 0,
"parent" => 0,
"strict" => 0,
"utf8" => 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) };
if ( $^O eq 'MSWin32' ) {
$WriteMakefileArgs{PREREQ_PM}{'Win32API::Net'} = $FallbackPrereqs{'Win32API::Net'} = '0';
( run in 0.948 second using v1.01-cache-2.11-cpan-98e64b0badf )