Merge from vendor branch TNF:
[pkgsrcv2.git] / devel / p5-Parse-CPAN-Meta / DESCR
1 Parse::CPAN::Meta is a parser for META.yml files, based on the parser half
2 of YAML::Tiny.
3
4 It supports a basic subset of the full YAML specification, enough to implement
5 parsing of typical META.yml files, and other similarly simple YAML files.
6
7 If you need something with more power, move up to a full YAML parser such as
8 YAML, YAML::Syck or YAML::LibYAML.
9
10 Parse::CPAN::Meta provides a very simply API of only two functions, based on
11 the YAML functions of the same name. Wherever possible, identical calling
12 semantics are used.