slackbuilds/perl/perl-YAML-Tiny
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README perl/perl-YAML-Tiny: Updated for version 1.70. 2017-01-24 07:22:59 +07:00
perl-YAML-Tiny.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
perl-YAML-Tiny.info perl/perl-YAML-Tiny: New maintainer. 2020-03-06 22:59:18 +07:00
slack-desc perl/perl-YAML-Tiny: Updated for version 1.70. 2017-01-24 07:22:59 +07:00

README

perl-YAML-Tiny (Read/Write YAML files with a little code as possible)

The YAML specification is huge.  Really, really huge. It contains all
the functionality of XML,  except  with flexibility and choice, which
makes it easier to read, but with a formal specification that is more
complex than XML.

The original pure-Perl implementation YAML costs just over 4 megabytes
of memory to load.  Just like with  Windows .ini files (3 meg to load)
and  CSS  (3.5 meg to load)  the  situation  is  just  asking  for  a
YAML::Tiny module, an incomplete but correct and usable subset of the
functionality, in as little code as possible.