summaryrefslogtreecommitdiffstats
path: root/perl/perl-yaml/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-yaml/README')
-rw-r--r--perl/perl-yaml/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-yaml/README b/perl/perl-yaml/README
new file mode 100644
index 0000000000..63cebbdd24
--- /dev/null
+++ b/perl/perl-yaml/README
@@ -0,0 +1,5 @@
+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.