This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor code in Data::Dumper to assume that >=5.8.0 is the common case.
[perl5.git] / dist / Storable / t /
2011-11-03 Father ChrysostomosMake Storable load even with %INC modified
2011-09-14 Nicholas ClarkChange Storable's code.t to serialise a subroutine...
2011-07-11 Father ChrysostomosFix a Storable test to work in 5.8.9-
2011-06-05 Father ChrysostomosMake Storable freeze COWs properly
2011-05-19 Marcel GrĂ¼nauer[perl #90306] Fix simple typos
2011-01-24 Nicholas ClarkConvert Storable's store.t to Test::More
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in dist/*
2010-12-10 Nicholas ClarkAs of 2.25, 5.6.x is writing minor version 8, so update...
2010-12-10 Nicholas Clark5.8.8's Test::More doesn't provide note(), so revert...
2010-12-10 Abhijit Menon-SenThe CPAN release will include Test::More to be used...
2010-12-10 Nicholas ClarkConvert all Storable's tests to use Test::More.
2010-12-09 Nicholas ClarkStorable's t/malice.t now needs to use a minor version...
2010-12-08 Nicholas ClarkIn Storable.xs fix #80074, caused by the Perl stack...
2010-12-07 Nicholas ClarkUncomment and fix up tests at the end of Storable's...
2010-12-04 David LeadbeaterUp Storable minor version
2010-12-04 David LeadbeaterMake Storable correctly store coderefs with UTF-8 flag
2010-03-23 David MitchellFix assorted bugs related to magic (such as pos) not...
2009-10-23 Nicholas ClarkConvert the 2 Storable tests that use Test to use Test...
2009-10-21 Abhijit Menon-SenFix (comment) typo pointed out by Robin Barker
2009-10-02 Nicholas ClarkMove Storable from ext/ to dist/