SlackBuildsOrg/perl/perl-Parse-CPAN-Meta
Edinaldo P. Silva 4b7a8c40de perl/perl-Parse-CPAN-Meta: Updated for version 1.4417.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-06-12 00:05:03 +07:00
..
perl-Parse-CPAN-Meta.info
perl-Parse-CPAN-Meta.SlackBuild
README
slack-desc

perl-Parse-CPAN-Meta (Parse META.yml and META.json CPAN metadata files)

Parse::CPAN::Meta is a parser for META.json and META.yml files, using JSON::PP and/or CPAN::Meta::YAML.

Parse::CPAN::Meta provides three methods: load_file, load_json_string, and load_yaml_string.
These will read and deserialize CPAN metafiles, and are described below in detail.

Parse::CPAN::Meta provides a legacy API of only two functions, based on the YAML functions of the same name.
Wherever possible, identical calling semantics are used. These may only be used with YAML sources.