diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-01-22 17:05:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-24 07:22:59 +0700 |
commit | b1c2a1c645e3597b5baeee1a330e46d5efcfdab9 (patch) | |
tree | 229378fc61ecac7d6bf3ccb42d5eb3efd32dc8e7 /perl/perl-YAML-Tiny/README | |
parent | b780528a80dc45f846e78a3249fb01b5a8b4f7de (diff) | |
download | slackbuilds-b1c2a1c645e3597b5baeee1a330e46d5efcfdab9.tar.gz |
perl/perl-YAML-Tiny: Updated for version 1.70.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-YAML-Tiny/README')
-rw-r--r-- | perl/perl-YAML-Tiny/README | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/perl/perl-YAML-Tiny/README b/perl/perl-YAML-Tiny/README index e157697d35..33e3913120 100644 --- a/perl/perl-YAML-Tiny/README +++ b/perl/perl-YAML-Tiny/README @@ -1,20 +1,12 @@ -perl-YAML-Tiny (read/write YAML files with a little code as possible) +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 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. - -Like the other ::Tiny modules, YAML::Tiny has no non-core dependencies, -does not require a compiler to install, is back-compatible to Perl v5.8.1, -and can be inlined into other modules if needed. - -In exchange for this adding this extreme flexibility, it provides support -for only a limited subset of YAML. But the subset supported contains -most of the features for the more common uses of YAML. +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. |