68 lines
1.5 KiB
Perl
68 lines
1.5 KiB
Perl
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.024.
|
|
use strict;
|
|
use warnings;
|
|
|
|
use 5.008;
|
|
|
|
use ExtUtils::MakeMaker;
|
|
|
|
my %WriteMakefileArgs = (
|
|
"ABSTRACT" => "Fast and correct UTF-8 IO",
|
|
"AUTHOR" => "Leon Timmermans <leont\@cpan.org>, Christian Hansen <chansen\@cpan.org>",
|
|
"CONFIGURE_REQUIRES" => {
|
|
"ExtUtils::MakeMaker" => 0
|
|
},
|
|
"DISTNAME" => "PerlIO-utf8_strict",
|
|
"LICENSE" => "perl",
|
|
"MIN_PERL_VERSION" => "5.008",
|
|
"NAME" => "PerlIO::utf8_strict",
|
|
"PREREQ_PM" => {
|
|
"XSLoader" => 0,
|
|
"strict" => 0,
|
|
"warnings" => 0
|
|
},
|
|
"TEST_REQUIRES" => {
|
|
"Carp" => 0,
|
|
"Exporter" => 0,
|
|
"File::Spec::Functions" => 0,
|
|
"IO::File" => 0,
|
|
"IO::Handle" => 0,
|
|
"Test::Exception" => 0,
|
|
"Test::More" => "0.88",
|
|
"lib" => 0,
|
|
"utf8" => 0
|
|
},
|
|
"VERSION" => "0.009",
|
|
"test" => {
|
|
"TESTS" => "t/*.t"
|
|
}
|
|
);
|
|
|
|
|
|
my %FallbackPrereqs = (
|
|
"Carp" => 0,
|
|
"Exporter" => 0,
|
|
"File::Spec::Functions" => 0,
|
|
"IO::File" => 0,
|
|
"IO::Handle" => 0,
|
|
"Test::Exception" => 0,
|
|
"Test::More" => "0.88",
|
|
"XSLoader" => 0,
|
|
"lib" => 0,
|
|
"strict" => 0,
|
|
"utf8" => 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);
|