freebsd-ports/textproc/p5-YAML/pkg-descr
Bill Fenner 81797980f7 search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash).  After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.

This pass brought to you by http://people.freebsd.org/~fenner/fix-search
2005-09-21 19:31:43 +00:00

14 lines
432 B
Text

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.
WWW: http://search.cpan.org/dist/YAML/
-Anton