Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-YAML: YAML Ain't Markup Language (tm)
- Summary
- The YAML.pm module implements a YAML Loader and Dumper based on the
YAML 1.0 specification. http://www.yaml.org/spec/
YAML is a generic data serialization language that is optimized for
human readability. It can be used to express the data structures of
most modern programming languages, including Perl.
For information on the YAML syntax, please refer to the YAML
specification.
Changelog
- * Thu Apr 14 17:00:00 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.39-1
- 0.39.
- * Sat May 15 17:00:00 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.35-0.fdr.5
- Avoid creation of the perllocal.pod file (make pure_install).
- * Sun Apr 25 17:00:00 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.35-0.fdr.4
- Require perl(:MODULE_COMPAT_*).
- Cosmetic tweaks (bug 1383).