Changes since 0.39:
version: 0.57
date: Wed Feb 1 23:06:25 PST 2006
changes:
- Add obligatory '1;' to end of each module.
---
version: 0.56
date: Mon Jan 30 10:26:33 PST 2006
change:
- Add Module::Install::TestBase support
---
version: 0.55
date: Sun Jan 29 19:03:35 PST 2006
change:
- Load YAML::Node because Module::Build expects it to be loaded.
We can undo this when Module::Build starts loading it for itself.
---
version: 0.54
date: Sun Jan 29 17:28:46 PST 2006
change:
- Remove dependency on Class::Spiffy (and/or Spiffy).
---
version: 0.53
date: Thu Jan 19 06:03:17 PST 2006
change:
- Depend on Class::Spiffy instead of Spiffy. No source filtering.
---
version: 0.52
date: Wed Jan 18 14:25:24 PST 2006
change:
- Error in Spiffy-0.26 causing problems. Require 0.27
---
version: 0.51
date: Sat Jan 14 17:09:09 GMT 2006
change:
- Tests pass on win32 and cygwin
- Don't gpg sign the distribution tarball
---
version: 0.50
date: Sun Dec 25 11:09:18 PST 2005
changes:
- Major refactoring of YAML.pm
- Completely OO with same old functional UI
- Support the $YAML::Stringify option which most be on for objects to get
stringified. Otherwise dump the object.
- Can dump overloaded objects now.
- Completely refactor test suite using Test::Base
- Create Test::YAML
- Make test framework compatible with YAML::Syck - Test-Base-0.45
- Reviewed all rt bugs. fixed many
- Reviewed all emailed bugs. Fixed many.
- Helped audrey complete YAML::Syck and worked on interoperability issues
- Test well known yaml docs like svk and META.yml
- Eliminate unsafe string evals
- Can use with autouse. Spiffy-0.25
- Support YAML::Marshall to help classes that want to do their own marshalling
- Make objects tags configurable
- -M option for ysh to test other implementations like YAML::Syck
Changes since 1.26:
* important changes in version 1.28 19/1/2006:
- add pod to ptar and ptardiff so they have manpages generated
- integrate change 25333 by rgs@oregon on 2005/08/27 16:28:27
which fixes a failure in Archive::Tar tests when perl is built
with -Dmksymlinks
- integrate Change 26870 by craigb@craigb-brianor on
2006/01/17 04:03:01 holding vms specific patches
- mention 'full_name' as property type to list_archive
- address #14922 -- unable to reproduce, but add a test
case to make sure the issue doesn't occur
- apply the docpatch provided by:
#15935: File type constants are not documented
- document our lack of support for stringified archives and
compressed archives opened to a non-io-zlib fh
- 1.27 was skipped due to PAUSE issues