This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "Update Unicode-Collate to CPAN version 0.70 and enable XS version"
[perl5.git] / dist / Storable /
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in dist/*
2010-12-11 Zeframfix various compiler warnings from XS code
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 Abhijit Menon-SenMake sure META.yml mentions perlbug as the right place...
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-09 Nicholas ClarkRefactor Storable::read_magic to avoid 4 arg substr.
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 version to 2.25
2010-12-04 David LeadbeaterUp Storable minor version
2010-12-04 David LeadbeaterMake Storable correctly store coderefs with UTF-8 flag
2010-11-12 Abhijit Menon-SenPerformance improvement for overloaded classes from...
2010-11-01 Nicholas ClarkRefactor Storable::{net_,}pstore to return undef/true...
2010-11-01 Nicholas ClarkRefactor the error handling logic in Storable::_store().
2010-10-31 Nicholas ClarkMerge Storable::{is_storing,is_retrieving} using ALIAS.
2010-10-31 Nicholas ClarkStorable::{last_op_in_netorder,is_storing,is_retrieving...
2010-10-31 Nicholas ClarkMerge Storable::{,net_}pstore and Storable::{,net_...
2010-04-13 David MitchellMerge commit 'origin/davem/post-5.12' into blead
2010-03-29 Slaven Rezicdoc update: Storable cannot serialize REGEXP (yet)
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-16 Nicholas ClarkConvert sv_2mortal(newSVpvn(...)) to newSVpvs_flags...
2009-10-11 Steve HayUpgrade to Storable-2.21
2009-10-02 Nicholas ClarkMove Storable from ext/ to dist/