perl-YAML-Tiny 1.44
Read/Write YAML files with as little code as possible
http://search.cpan.org/dist/YAML-Tiny/
Packager: Mesutcan Kurt
License: Artistic, GPLv2
Actions
Binary packages
Release history
Release | Release date | Version | Updater | Comment |
---|---|---|---|---|
4 | 2010-08-09 | 1.44 | Necdet Yücel | Version bump: - Minor tweaks to Makefile.PL - Minor cleanup around the refaddr emulation code |
3 | 2010-07-13 | 1.43 | Necdet Yücel | Version bump: * Don't import Carp 'croak' any more, saving a few K |
2 | 2010-07-07 | 1.42 | Necdet Yücel | * Clarified documation to explain that YAML::Tiny escapes "bool" keywords when it writes them as strings so that YAML parsers in other languages won't get confused, but this does not mean that YAML::Tiny actually supports boolean types itself. * Added an extra test case for boolean keyword escaping. * YAML::Perl comparison tests were loading the file back in with YAML.pm by mistake. Corrected this and added an additional case that YAML::Perl doesn't support that I wasn't catching. * Author tests updated and moved into xt/ |
1 | 2010-05-09 | 1.41 | Necdet Yücel | First release. |