This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #126593] make sure utf8_heavy.pl doesn't depend on itself
[perl5.git] / dist / Storable / t /
2015-03-13 Karl Williamsondist/Storable/t/utf8.t: Fix to work on early Perls
2015-03-09 Karl Williamsondist/Storable/t/code.t: Fixes to run under EBCDIC
2015-03-09 Karl Williamsondist/Storable/t/utf8.t: Fix to run under EBCDIC
2015-01-30 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-30 James E KeenanRevert "Corrections to spelling and grammatical errors."
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2014-12-12 David MitchellStorable/t/canonical.t: don't pollute STDERR
2014-04-08 Zeframtighten Storable's recognition of tied SVs
2013-11-21 David MitchellStorable: crash on ref to blessed tied array
2013-08-21 Father Chrysostomos[perl #7508] Use NULL for nonexistent array elems
2013-07-24 Vladimir TimofeevDo not call DESTROY for empty objects
2013-07-13 Nicholas ClarkTweak the new Storable destroy test, and the ChangeLog
2013-07-13 Reini Urban[perl #118139] Storable 2.42 - die in global destruction
2013-07-11 Vladimir Timofeev[perl #118829] Memory leaks in STORABLE_attach
2013-05-25 Alexandr Ciorniicanonical.t test for Storable will use Digest::MD5...
2012-07-31 Father ChrysostomosStorable: blessed long vstrings
2012-07-31 Father Chrysostomos[perl #113894] Storable support for vstrings
2012-07-31 Father ChrysostomosGet Storable’s blessed.t passing again in 5.8.1-
2012-06-29 Jesse Luehrsfix storing objects with reftype REF [perl #113880]
2012-06-26 Jesse Luehrsfix off-by-one when restoring hashes [perl #73972]
2012-05-23 Igor Zaytsev[perl #111918] Fix thawing seen objects in STORABLE_att...
2012-05-21 Father Chrysostomos[perl #112358] Storable: Don’t create RV with no refcnt
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/