summaryrefslogtreecommitdiff
path: root/dist/Storable/t
Commit message (Expand)AuthorAgeFilesLines
* Storable: blessed long vstringsFather Chrysostomos2012-07-301-1/+2
* [perl #113894] Storable support for vstringsFather Chrysostomos2012-07-302-9/+25
* Get Storable’s blessed.t passing again in 5.8.1-Father Chrysostomos2012-07-301-1/+1
* fix storing objects with reftype REF [perl #113880]Jesse Luehrs2012-06-281-1/+31
* fix off-by-one when restoring hashes [perl #73972]Jesse Luehrs2012-06-261-1/+22
* [perl #111918] Fix thawing seen objects in STORABLE_attach hookIgor Zaytsev2012-05-221-1/+36
* [perl #112358] Storable: Don’t create RV with no refcntFather Chrysostomos2012-05-211-1/+10
* Make Storable load even with %INC modifiedFather Chrysostomos2011-11-021-0/+12
* Change Storable's code.t to serialise a subroutine under our control.Nicholas Clark2011-09-141-1/+1
* Fix a Storable test to work in 5.8.9-Father Chrysostomos2011-07-111-2/+2
* Make Storable freeze COWs properlyFather Chrysostomos2011-06-041-1/+7
* [perl #90306] Fix simple typosMarcel Grünauer2011-05-191-1/+1
* Convert Storable's store.t to Test::MoreNicholas Clark2011-01-241-41/+22
* Fix typos (spelling errors) in dist/*Peter J. Acklam) (via RT2011-01-079-11/+11
* As of 2.25, 5.6.x is writing minor version 8, so update malice.tNicholas Clark2010-12-101-1/+1
* 5.8.8's Test::More doesn't provide note(), so revert to a print statement.Nicholas Clark2010-12-101-1/+1
* The CPAN release will include Test::More to be used on old PerlsAbhijit Menon-Sen2010-12-1030-0/+33
* Convert all Storable's tests to use Test::More.Nicholas Clark2010-12-1018-404/+278
* Storable's t/malice.t now needs to use a minor version >4 ahead for testing.Nicholas Clark2010-12-091-6/+8
* In Storable.xs fix #80074, caused by the Perl stack moving when expanded.Nicholas Clark2010-12-081-2/+61
* Uncomment and fix up tests at the end of Storable's blessed.tNicholas Clark2010-12-071-11/+9
* Up Storable minor versionDavid Leadbeater2010-12-041-2/+2
* Make Storable correctly store coderefs with UTF-8 flagDavid Leadbeater2010-12-041-1/+11
* Fix assorted bugs related to magic (such as pos) not "sticking" toDavid Mitchell2010-03-231-2/+2
* Convert the 2 Storable tests that use Test to use Test::More.Nicholas Clark2009-10-232-65/+65
* Fix (comment) typo pointed out by Robin BarkerAbhijit Menon-Sen2009-10-211-1/+1
* Move Storable from ext/ to dist/Nicholas Clark2009-10-0240-0/+5617