summaryrefslogtreecommitdiff
path: root/dist/Storable
Commit message (Expand)AuthorAgeFilesLines
* 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
* Upgrade to Storable-2.21Steve Hay2009-10-112-1/+7
* Move Storable from ext/ to dist/Nicholas Clark2009-10-0249-0/+14224