From 8cf80818151270e0a8b7812359301e11c1ce79d0 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Sep 14 2020 13:24:07 +0000 Subject: Added the README --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..37db59c --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# perl-YAML + +The YAML.pm module implements a YAML Loader and Dumper based on the +YAML 1.0 specification. 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, including +Perl. For information on the YAML syntax, please refer to the YAML +specification. \ No newline at end of file