summaryrefslogtreecommitdiff
path: root/devel/p5-CPAN-Meta-YAML/DESCR
blob: f50480a9a76f19e418ac6f13e6c7cbe027e0dbf9 (plain)
1
2
3
4
5
6
7
8
This module implements a subset of the YAML specification for use in
reading and writing CPAN metadata files like META.yml and MYMETA.yml.
It should not be used for any other general YAML parsing or generation
task.

NOTE: META.yml (and MYMETA.yml) files should be UTF-8 encoded. Users
are responsible for proper encoding and decoding. In particular, the
read and write methods do not support UTF-8 and should not be used.