libsub-uplevel-perl/META.json

113 lines
3.1 KiB
JSON
Raw Normal View History

2022-09-01 15:35:57 +08:00
{
"abstract" : "apparently run a function in a higher stack frame",
"author" : [
"Michael Schwern <mschwern@cpan.org>",
"David Golden <dagolden@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Sub-Uplevel",
"no_index" : {
"directory" : [
"corpus",
"examples",
"t",
"xt"
],
"package" : [
"DB"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.17",
"perl" : "5.006"
}
},
"develop" : {
"requires" : {
"Dist::Zilla" : "5",
"Dist::Zilla::Plugin::ReleaseStatus::FromVersion" : "0",
"Dist::Zilla::PluginBundle::DAGOLDEN" : "0.073",
"English" : "0",
"File::Spec" : "0",
"File::Temp" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Pod::Coverage::TrustPod" : "0",
"Pod::Wordlist" : "0",
"Software::License::Perl_5" : "0",
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion" : "0",
"Test::More" : "0",
"Test::Pod" : "1.41",
"Test::Pod::Coverage" : "1.08",
"Test::Portability::Files" : "0",
"Test::Spelling" : "0.12",
"Test::Version" : "1",
"blib" : "1.01"
}
},
"runtime" : {
"requires" : {
"Carp" : "0",
"constant" : "0",
"perl" : "5.006",
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
"recommends" : {
"CPAN::Meta" : "2.120900"
},
"requires" : {
"Exporter" : "0",
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"Test::More" : "0",
"lib" : "0",
"perl" : "5.006"
}
}
},
"provides" : {
"Sub::Uplevel" : {
"file" : "lib/Sub/Uplevel.pm",
"version" : "0.2800"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/Perl-Toolchain-Gang/Sub-Uplevel/issues"
},
"homepage" : "https://github.com/Perl-Toolchain-Gang/Sub-Uplevel",
"repository" : {
"type" : "git",
"url" : "https://github.com/Perl-Toolchain-Gang/Sub-Uplevel.git",
"web" : "https://github.com/Perl-Toolchain-Gang/Sub-Uplevel"
}
},
"version" : "0.2800",
"x_authority" : "cpan:DAGOLDEN",
"x_contributors" : [
"Adam Kennedy <adamk@cpan.org>",
"Alexandr Ciornii <alexchorny@gmail.com>",
"David Golden <xdg@xdg.me>",
"Graham Ollis <plicease@cpan.org>",
"J. Nick Koston <nick@cpanel.net>",
"Michael Gray <mg13@sanger.ac.uk>"
],
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0225"
}