summaryrefslogtreecommitdiff
path: root/dist/Storable
Commit message (Expand)AuthorAgeFilesLines
* Version bumpsif-0.0602Father Chrysostomos2011-11-221-1/+1
* [RT #36079] Convert ` to '.jkeenan2011-11-221-22/+22
* Make Storable load even with %INC modifiedFather Chrysostomos2011-11-022-4/+17
* Simplify Storable.xs by providing a fallback definition of HvTOTALKEYS().Nicholas Clark2011-09-141-6/+5
* Change Storable's code.t to serialise a subroutine under our control.Nicholas Clark2011-09-141-1/+1
* Remove from Storable.xs all compatibility code that duplicates ppport.hNicholas Clark2011-09-141-49/+1
* Restore 5.004 and 5.005 support in Storable.Nicholas Clark2011-09-143-18/+18
* Remove Symbian compatibility macros from Storable, now supplied by ppport.hNicholas Clark2011-09-142-21/+1
* Increase $Storable::VERSIONFather Chrysostomos2011-07-121-1/+1
* Storable: Restore 5.6 compatibilityFather Chrysostomos2011-07-111-1/+1
* Storable: Restore 5.8.2 compatibilityFather Chrysostomos2011-07-111-0/+5
* Fix a Storable test to work in 5.8.9-Father Chrysostomos2011-07-112-3/+3
* Add terse changelog entry for 2.29Abhijit Menon-Sen2011-07-031-0/+6
* Increase $Storable::VERSION to 2.29Father Chrysostomos2011-06-211-1/+1
* [perl #92432] Storable::nfreeze shouldn't stringify intsSam Kimbrel2011-06-211-2/+2
* Make Storable freeze COWs properlyFather Chrysostomos2011-06-042-3/+10
* Bump the versions of B and Storable following 1b95d04f713d9c56.Nicholas Clark2011-05-201-1/+1
* [perl #90306] Fix simple typosMarcel GrĂ¼nauer2011-05-191-1/+1
* Clean: Actually use HvUSEDKEYS() instead of HvKEYS()Michael Witten2011-05-181-1/+1
* Switch Storable to IO::File from FileHandle, only load if neededDavid Leadbeater2011-03-121-2/+3
* Stop using AutoLoader in StorableDavid Leadbeater2011-03-121-27/+20
* Switch Storable to XSLoader from DynaLoaderDavid Leadbeater2011-03-121-4/+5
* Convert Storable's store.t to Test::MoreNicholas Clark2011-01-241-41/+22
* Bumping version of Storable for release per Porting/cmpVERSION.plJesse Vincent2011-01-201-1/+1
* Fix typos (spelling errors) in dist/*Peter J. Acklam) (via RT2011-01-0713-43/+43
* fix various compiler warnings from XS codeZefram2010-12-111-1/+9
* 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
* Make sure META.yml mentions perlbug as the right place to file bugsAbhijit Menon-Sen2010-12-101-0/+3
* 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
* Refactor Storable::read_magic to avoid 4 arg substr.Nicholas Clark2010-12-091-13/+12
* In Storable.xs fix #80074, caused by the Perl stack moving when expanded.Nicholas Clark2010-12-082-4/+66
* Uncomment and fix up tests at the end of Storable's blessed.tNicholas Clark2010-12-071-11/+9
* Up Storable version to 2.25David Leadbeater2010-12-042-1/+6
* Up Storable minor versionDavid Leadbeater2010-12-042-4/+4
* Make Storable correctly store coderefs with UTF-8 flagDavid Leadbeater2010-12-042-13/+36
* Performance improvement for overloaded classes from Benjamin HolzmanAbhijit Menon-Sen2010-11-124-4/+32
* Refactor Storable::{net_,}pstore to return undef/true, instead of 1 or 0.Nicholas Clark2010-11-012-9/+8
* Refactor the error handling logic in Storable::_store().Nicholas Clark2010-11-011-2/+9
* Merge Storable::{is_storing,is_retrieving} using ALIAS.Nicholas Clark2010-10-311-7/+7
* Storable::{last_op_in_netorder,is_storing,is_retrieving} are all boolean.Nicholas Clark2010-10-311-6/+6
* Merge Storable::{,net_}pstore and Storable::{,net_}mstore using ALIAS.Nicholas Clark2010-10-312-80/+27
* Merge commit 'origin/davem/post-5.12' into bleadDavid Mitchell2010-04-131-2/+2
|\
| * Fix assorted bugs related to magic (such as pos) not "sticking" toDavid Mitchell2010-03-231-2/+2
* | doc update: Storable cannot serialize REGEXP (yet)Slaven Rezic2010-03-291-1/+1
|/
* 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
* Convert sv_2mortal(newSVpvn(...)) to newSVpvs_flags(..., SVs_TEMP)Nicholas Clark2009-10-162-3/+4