From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

# This Makefile.PL for DateTime-Format-ISO8601 was generated by
# Dist::Zilla::Plugin::DROLSKY::MakeMaker 1.22
# and Dist::Zilla::Plugin::MakeMaker::Awesome 0.49.
# Don't edit it but the dist.ini and plugins used to construct it.
use strict;
my %WriteMakefileArgs = (
"ABSTRACT" => "Parses ISO8601 formats",
"AUTHOR" => "Joshua Hoblitt <josh\@hoblitt.com>, Dave Rolsky <autarch\@urth.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "DateTime-Format-ISO8601",
"LICENSE" => "perl",
"NAME" => "DateTime::Format::ISO8601",
"PREREQ_PM" => {
"Carp" => 0,
"DateTime" => "1.45",
"DateTime::Format::Builder" => "0.77",
"Params::ValidationCompiler" => "0.26",
"Specio" => "0.18",
"Specio::Declare" => 0,
"Specio::Exporter" => 0,
"Specio::Library::Builtins" => 0,
"namespace::autoclean" => 0,
"parent" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Test2::V0" => 0,
"Test::More" => "1.302015"
},
"VERSION" => "0.17",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Carp" => 0,
"DateTime" => "1.45",
"DateTime::Format::Builder" => "0.77",
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Params::ValidationCompiler" => "0.26",
"Specio" => "0.18",
"Specio::Declare" => 0,
"Specio::Exporter" => 0,
"Specio::Library::Builtins" => 0,
"Test2::V0" => 0,
"Test::More" => "1.302015",
"namespace::autoclean" => 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);