YAML-Old

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.68 Thu Dec  4 01:00:44 PST 2008
 - Used update Test::Base to ensure Filter::Util::Call

0.67 Mon Dec  1 02:34:21 PST 2008
 - Add YAML::Any
 - Move ysh to YAML::Shell
 - Add doc section explaining YAML::Old

0.66 Thu Sep 27 01:37:16 PDT 2007
 - Blessed code refs with LoadCode=0 still get blessed. rafl++

0.65 Thu Jun 21 17:37:32 PDT 2007
 - \z is really \0
 - Speed up regexp loading. audreyt++

0.64 Thu Jun 21 14:31:20 PDT 2007
 - Better support for loading regexps. audreyt++

0.63 Wed Jun 20 16:03:22 PDT 2007
 - Don't emit nodes blessed into '' in the new tag scheme, and improve
   semantics of loading such nodes.
 - New support for dumping/loading regexps.

0.62 Mon Jul  3 15:41:20 PDT 2006
 - Patch from rgs for Catalyst users

0.61 Sun Jul  2 15:25:08 CDT 2006
 - New CGI.pm made test fail.

0.60 Fri Jun 30 21:55:55 CDT 2006
 - Changed object tag format in non backwards compatible way
 - Removed support for folded scalar emission
 - Added new tests
 - Sync with YAML::Syck

0.58 Tue Feb 14 12:42:34 PST 2006
 - Fixed bug reported by Slaven Rezic on 5.8.0
 - Fixed a ysh bug reported on rt. 17589

0.57 Wed Feb  1 23:06:25 PST 2006
 - Add obligatory '1;' to end of each module.

0.56 Mon Jan 30 10:26:33 PST 2006
 - Add Module::Install::TestBase support

0.55 Sun Jan 29 19:03:35 PST 2006
 - Load YAML::Node because Module::Build expects it to be loaded. We can
   undo this when Module::Build starts loading it for itself.

0.54 Sun Jan 29 17:28:46 PST 2006
 - Remove dependency on Class::Spiffy (and/or Spiffy).

0.53 Thu Jan 19 06:03:17 PST 2006
 - Depend on Class::Spiffy instead of Spiffy. No source filtering.

0.52 Wed Jan 18 14:25:24 PST 2006
 - Error in Spiffy-0.26 causing problems. Require 0.27

0.51 Sat Jan 14 17:09:09 GMT 2006
 - Tests pass on win32 and cygwin
 - Don't gpg sign the distribution tarball

0.50 Sun Dec 25 11:09:18 PST 2005
 - 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

0.39 Tue Apr 12 15:28:40 PDT 2005
 - Need newer Test::More or tests hang.

0.38 Thu Mar 31 01:43:21 PST 2005
 - Deleted Spiffy -XXX artifact :(

0.37 Thu Mar 31 01:56:24 CST 2005
 - All the edge cases with hash key dumping (commas, [], {}, etc) should
   now be covered

0.36 Sun Jan 30 21:00:28 PST 2005
 - Slight changes to the way things are dumped.
 - Fixed bugs dumping "foo\nbar" for svk acceptance

0.32 Sat May 11 19:54:52 EDT 2002
 - Moved error handling into YAML::Error
 - Enabled UseAliases=0 to mean skip Dump checking of alias nodes.
 - Changed Defaults. Indent=2. CompressSeries=1.
 - Deprecated Store() in favor of Dump()
 - Refactored test suite
 - Added key list to SortKeys
 - Added ForceBlock option
 - CONTROL-D can be used to terminate ysh. Ryan King will be happy.
 - Added the ability to direct STDIN to the ysh.

0.27 Tue Jan 15 01:46:18 PST 2002
 - Make '-' chomp all trailing newlines
 - Change folded indicator from '^' to ']'.
 - YAC-010 Allow a map as a sequence entry to be collapsed to one line.
 - Changed the nextline scalar indicators. '^' means folded, and escaping
   ('\') can be applied to folded or blocks. Chomping is now '-'.
 - YAC-013. Generic indentation. This change was big, ugly, hard and it
   really made my brain hurt. But look. It works! :)
 - YAC-012. Added ability to put comments anywhere, at any indentation
   level.
 - Added $YAML::UseBlock and $YAML::UseFold
 - Changed $YAML::PerlCode to $YAML::UseCode
 - Added $YAML::Indent config option
 - YAC-012. Handled all Throwaway Issues. Blank lines and comments can be



( run in 2.060 seconds using v1.01-cache-2.11-cpan-df04353d9ac )