Path to this page:
./
textproc/p5-YAML-Tiny,
Read/Write YAML files with as little code as possible
Branch: pkgsrc-2009Q2,
Version: 1.39,
Package name: p5-YAML-Tiny-1.39,
Maintainer: pkgsrc-usersYAML::Tiny is a perl class for reading and writing YAML-style files,
written with as little code as possible, reducing load time and
memory overhead.
Most of the time it is accepted that Perl applications use a lot
of memory and modules. The ::Tiny family of modules is specifically
intended to provide an ultralight and zero-dependency alternative
to many more-thorough standard modules.
This module is primarily for reading human-written files (like
simple config files) and generating very simple human-readable
files. Note that I said human-readable and not geek-readable. The
sort of files that your average manager or secretary should be able
to look at and make sense of.
YAML::Tiny does not generate comments, it won't necesarily preserve
the order of your hashes, and it will normalise if reading in and
writing out again.
It only supports a very basic subset of the full YAML specification.
Master sites: (Expand)
SHA1: ce596d96f9f653d203f03665c9ee21367cc96d1b
RMD160: 7cf11ff98ee9385c157ada2e79a1e338573f6f19
Filesize: 34.556 KB
Version history: (Expand)
- (2009-07-09) Package has been reborn
- (2009-07-08) Package added to pkgsrc.se, version p5-YAML-Tiny-1.39 (created)