This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make store_hook() handle regular expression objects
[perl5.git] / dist / Storable / t / blessed.t
2022-11-07 Tony Cookmake store_hook() handle regular expression objects
2022-11-07 Tony Cookimprove error reporting by store_hook() on an unknown...
2019-04-17 David MitchellRevert "skip leaky Storable tests"
2019-04-15 David Mitchellskip leaky Storable tests
2018-02-08 Tony Cook(perl #25933) always rethrow exceptions thrown through...
2018-02-08 Tony Cook(perl #118551) an empty string from _freeze() now suppl...
2018-02-08 Reini UrbanStorable 3.05_08: adjust MAX_DEPTH
2018-02-08 Reini UrbanStorable: Update to 3.05_02
2018-02-08 Reini UrbanStorable: Upgrade to 3.05 from CPAN
2018-02-08 Reini Urbanparser: expand tokenbuf from 256 to 1024
2018-02-08 Reini UrbanStorable 3.00: u64 strings, arrays and hashes >2G
2018-02-08 Reini UrbanStorable: document, reformat and fix for DEBUGGING
2018-02-08 Todd RinaldocPanel Storable 2.53_03: don't bless [security]
2018-02-08 Reini UrbanStorable: bump to 2.53_02
2017-07-21 Zeframfix Storable test for pre-5.19.2 threaded perls
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-05-21 Father Chrysostomos[perl #112358] Storable: Don’t create RV with no refcnt
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-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...
2009-10-02 Nicholas ClarkMove Storable from ext/ to dist/