README 291 B

123456
  1. The YAML.pm module implements a YAML Loader and Dumper based on
  2. the YAML 1.0 specification. <http://www.yaml.org/spec/>
  3. YAML is a generic data serialization language that is optimized
  4. for human readability. It can be used to express the data
  5. structures of most modern programming languages.