forked from openkylin/libfile-slurper-perl
88 lines
2.3 KiB
JSON
88 lines
2.3 KiB
JSON
{
|
|
"abstract" : "A simple, sane and efficient module to slurp a file",
|
|
"author" : [
|
|
"Leon Timmermans <leont@cpan.org>"
|
|
],
|
|
"dynamic_config" : 0,
|
|
"generated_by" : "Dist::Zilla version 6.020, CPAN::Meta::Converter version 2.150010",
|
|
"license" : [
|
|
"perl_5"
|
|
],
|
|
"meta-spec" : {
|
|
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
|
|
"version" : 2
|
|
},
|
|
"name" : "File-Slurper",
|
|
"prereqs" : {
|
|
"configure" : {
|
|
"requires" : {
|
|
"ExtUtils::MakeMaker" : "0",
|
|
"perl" : "5.008"
|
|
},
|
|
"suggests" : {
|
|
"JSON::PP" : "2.27300"
|
|
}
|
|
},
|
|
"develop" : {
|
|
"requires" : {
|
|
"Test::More" : "0",
|
|
"Test::Pod" : "1.41"
|
|
}
|
|
},
|
|
"runtime" : {
|
|
"recommends" : {
|
|
"PerlIO::utf8_strict" : "0"
|
|
},
|
|
"requires" : {
|
|
"Carp" : "0",
|
|
"Encode" : "2.11",
|
|
"Exporter" : "5.57",
|
|
"PerlIO::encoding" : "0",
|
|
"constant" : "0",
|
|
"perl" : "5.008",
|
|
"strict" : "0",
|
|
"warnings" : "0"
|
|
}
|
|
},
|
|
"test" : {
|
|
"requires" : {
|
|
"File::Spec::Functions" : "0",
|
|
"File::Temp" : "0",
|
|
"FindBin" : "0",
|
|
"Test::More" : "0",
|
|
"Test::Warnings" : "0",
|
|
"perl" : "5.008"
|
|
}
|
|
}
|
|
},
|
|
"provides" : {
|
|
"File::Slurper" : {
|
|
"file" : "lib/File/Slurper.pm",
|
|
"version" : "0.013"
|
|
}
|
|
},
|
|
"release_status" : "stable",
|
|
"resources" : {
|
|
"bugtracker" : {
|
|
"mailto" : "bug-file-slurper at rt.cpan.org",
|
|
"web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=File-Slurper"
|
|
},
|
|
"repository" : {
|
|
"type" : "git",
|
|
"url" : "git://github.com/Leont/file-slurp-sane.git",
|
|
"web" : "https://github.com/Leont/file-slurp-sane"
|
|
}
|
|
},
|
|
"version" : "0.013",
|
|
"x_contributors" : [
|
|
"Jim Davis <revhippie@gmail.com>",
|
|
"Leon Timmermans <fawaka@gmail.com>",
|
|
"Olivier Mengu\u00e9 <dolmen@cpan.org>",
|
|
"Philipp Gortan <philipp.gortan@apa.at>"
|
|
],
|
|
"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"
|
|
}
|
|
|