aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
blob: 8858694e6dc4b7778dc15af39685c9f02834a868 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
YAMLish is a small subset of YAML that TAP producers may use to
embed machine readable information in TAP diagnostics. See TAP
diagnostic syntax for information about how YAMLish embeds in
TAP.

----------------------------
Based on Data-YAML version 0.0.6
(Copyright (C) 2007, Andy Armstrong)
but it is so thoroughly rewritten that I don't consider it
derived work and I don't feel the need to resolve what "This
library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself." actually means.

Whole this package is licensed under MIT/X11 license (see header
of yamlish.py for details).