85 lines
2.2 KiB
JSON
85 lines
2.2 KiB
JSON
{
|
|
"abstract" : "Fast and correct UTF-8 IO",
|
|
"author" : [
|
|
"Leon Timmermans <leont@cpan.org>",
|
|
"Christian Hansen <chansen@cpan.org>"
|
|
],
|
|
"dynamic_config" : 0,
|
|
"generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010",
|
|
"license" : [
|
|
"perl_5"
|
|
],
|
|
"meta-spec" : {
|
|
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
|
|
"version" : 2
|
|
},
|
|
"name" : "PerlIO-utf8_strict",
|
|
"prereqs" : {
|
|
"configure" : {
|
|
"requires" : {
|
|
"ExtUtils::MakeMaker" : "0",
|
|
"perl" : "5.006"
|
|
},
|
|
"suggests" : {
|
|
"JSON::PP" : "2.27300"
|
|
}
|
|
},
|
|
"develop" : {
|
|
"requires" : {
|
|
"Devel::PPPort" : "3.23",
|
|
"Test::More" : "0",
|
|
"Test::Pod" : "1.41"
|
|
}
|
|
},
|
|
"runtime" : {
|
|
"requires" : {
|
|
"XSLoader" : "0",
|
|
"perl" : "5.008",
|
|
"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",
|
|
"perl" : "5.008",
|
|
"utf8" : "0"
|
|
}
|
|
}
|
|
},
|
|
"provides" : {
|
|
"PerlIO::utf8_strict" : {
|
|
"file" : "lib/PerlIO/utf8_strict.pm",
|
|
"version" : "0.009"
|
|
}
|
|
},
|
|
"release_status" : "stable",
|
|
"resources" : {
|
|
"bugtracker" : {
|
|
"mailto" : "bug-perlio-utf8_strict at rt.cpan.org",
|
|
"web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=PerlIO-utf8_strict"
|
|
},
|
|
"repository" : {
|
|
"type" : "git",
|
|
"url" : "git://github.com/Leont/perlio-utf8_strict.git",
|
|
"web" : "https://github.com/Leont/perlio-utf8_strict"
|
|
}
|
|
},
|
|
"version" : "0.009",
|
|
"x_contributors" : [
|
|
"Andreas V\u00f6gele <voegelas@cpan.org>",
|
|
"Leon Timmermans <fawaka@gmail.com>"
|
|
],
|
|
"x_generated_by_perl" : "v5.32.0",
|
|
"x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
|
|
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
|
|
}
|
|
|