summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-06 16:51:55 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-12 06:58:01 +0700
commit1798ecd8f9719bfa1ab281f48f75342bca448a8f (patch)
tree27609f840194bb03c0eac3f6dc3b689012a77718
parent6f25d1e0722d9d7b6e83a112d929d5f720f4edb0 (diff)
downloadslackbuilds-1798ecd8f9719bfa1ab281f48f75342bca448a8f.tar.gz
slackbuilds-1798ecd8f9719bfa1ab281f48f75342bca448a8f.tar.xz
perl/perl-YAML-Tiny: Update README.
-rw-r--r--perl/perl-YAML-Tiny/README26
1 files changed, 16 insertions, 10 deletions
diff --git a/perl/perl-YAML-Tiny/README b/perl/perl-YAML-Tiny/README
index 9172a89096..e157697d35 100644
--- a/perl/perl-YAML-Tiny/README
+++ b/perl/perl-YAML-Tiny/README
@@ -1,14 +1,20 @@
-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.
+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.
+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.
+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.