summaryrefslogtreecommitdiff
path: root/dist/Storable/Storable.pm
Commit message (Expand)AuthorAgeFilesLines
* Subject: [PATCH] Update INSTALLDIRS to favor installation under 'site'.James E Keenan2013-04-141-1/+1
* add a note about security concerns in StorableSteffen Mueller2012-12-041-1/+33
* Bump version to 2.39 because I botched the 2.38 releaseAbhijit Menon-Sen2012-09-111-1/+1
* Storable: doc typosFather Chrysostomos2012-07-301-2/+2
* Increase $Storable::VERSION to 2.38Father Chrysostomos2012-07-301-1/+1
* fix off-by-one when restoring hashes [perl #73972]Jesse Luehrs2012-06-261-1/+1
* use ppport.h for Storable on Perl 5.8.9Zefram2012-06-181-1/+1
* Increase $Storable::VERSION to 2.35Father Chrysostomos2012-05-211-1/+1
* Version bumpsif-0.0602Father Chrysostomos2011-11-221-1/+1
* Make Storable load even with %INC modifiedFather Chrysostomos2011-11-021-4/+5
* Restore 5.004 and 5.005 support in Storable.Nicholas Clark2011-09-141-1/+1
* Remove Symbian compatibility macros from Storable, now supplied by ppport.hNicholas Clark2011-09-141-1/+1
* Increase $Storable::VERSIONFather Chrysostomos2011-07-121-1/+1
* Fix a Storable test to work in 5.8.9-Father Chrysostomos2011-07-111-1/+1
* Increase $Storable::VERSION to 2.29Father Chrysostomos2011-06-211-1/+1
* Bump the versions of B and Storable following 1b95d04f713d9c56.Nicholas Clark2011-05-201-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
* 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-071-1/+1
* Refactor Storable::read_magic to avoid 4 arg substr.Nicholas Clark2010-12-091-13/+12
* Up Storable version to 2.25David Leadbeater2010-12-041-1/+1
* Performance improvement for overloaded classes from Benjamin HolzmanAbhijit Menon-Sen2010-11-121-3/+6
* Refactor Storable::{net_,}pstore to return undef/true, instead of 1 or 0.Nicholas Clark2010-11-011-3/+3
* Refactor the error handling logic in Storable::_store().Nicholas Clark2010-11-011-2/+9
* Merge Storable::{,net_}pstore and Storable::{,net_}mstore using ALIAS.Nicholas Clark2010-10-311-1/+1
* doc update: Storable cannot serialize REGEXP (yet)Slaven Rezic2010-03-291-1/+1
* Convert sv_2mortal(newSVpvn(...)) to newSVpvs_flags(..., SVs_TEMP)Nicholas Clark2009-10-161-1/+1
* Upgrade to Storable-2.21Steve Hay2009-10-111-1/+1
* Move Storable from ext/ to dist/Nicholas Clark2009-10-021-0/+1188