Text-AutoCSV
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.007.
use strict;
use warnings;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "helper module to automate the use of Text::CSV",
"AUTHOR" => "S\x{e9}bastien Millet <milletseb\@laposte.net>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Text-AutoCSV",
"EXE_FILES" => [
"scripts/csvcopy.pl"
],
"LICENSE" => "perl",
"NAME" => "Text::AutoCSV",
"PREREQ_PM" => {
"Carp" => 0,
"Class::Struct" => 0,
"DateTime" => 0,
"DateTime::Format::Strptime" => "1.71",
"Exporter" => 0,
"Fcntl" => 0,
"File::BOM" => 0,
"Getopt::Long" => 0,
"Hash::Util" => 0,
"List::MoreUtils" => 0,
"Memoize" => 0,
"Params::Validate" => 0,
"Text::CSV" => 0,
"Unicode::Normalize" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"POSIX" => 0,
"Time::Local" => 0
},
"VERSION" => "1.2.0",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Carp" => 0,
"Class::Struct" => 0,
"DateTime" => 0,
"DateTime::Format::Strptime" => "1.71",
"Exporter" => 0,
"Fcntl" => 0,
"File::BOM" => 0,
"Getopt::Long" => 0,
"Hash::Util" => 0,
"List::MoreUtils" => 0,
"Memoize" => 0,
"POSIX" => 0,
"Params::Validate" => 0,
"Text::CSV" => 0,
"Time::Local" => 0,
"Unicode::Normalize" => 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);
( run in 0.626 second using v1.01-cache-2.11-cpan-39bf76dae61 )