summaryrefslogtreecommitdiff
path: root/dist/Storable
Commit message (Expand)AuthorAgeFilesLines
* Subject: [PATCH] Update INSTALLDIRS to favor installation under 'site'.James E Keenan2013-04-142-2/+2
* add a note about security concerns in StorableSteffen Mueller2012-12-042-1/+38
* Bump version to 2.39 because I botched the 2.38 releaseAbhijit Menon-Sen2012-09-112-2/+2
* Add changelog entry for 2.38Abhijit Menon-Sen2012-09-111-0/+6
* Storable: blessed long vstringsFather Chrysostomos2012-07-302-2/+3
* [perl #113894] Storable support for vstringsFather Chrysostomos2012-07-303-13/+128
* Get Storable’s blessed.t passing again in 5.8.1-Father Chrysostomos2012-07-301-1/+1
* Storable.xs: Add comments to store_scalar concerning utf8Father Chrysostomos2012-07-301-0/+1
* Storable: doc typosFather Chrysostomos2012-07-301-2/+2
* Increase $Storable::VERSION to 2.38Father Chrysostomos2012-07-301-1/+1
* fix storing objects with reftype REF [perl #113880]Jesse Luehrs2012-06-282-1/+32
* fix off-by-one when restoring hashes [perl #73972]Jesse Luehrs2012-06-263-5/+26
* use ppport.h for Storable on Perl 5.8.9Zefram2012-06-182-2/+2
* [perl #111918] Fix thawing seen objects in STORABLE_attach hookIgor Zaytsev2012-05-222-2/+47
* [perl #112358] Storable: Don’t create RV with no refcntFather Chrysostomos2012-05-212-3/+11
* Increase $Storable::VERSION to 2.35Father Chrysostomos2012-05-211-1/+1
* 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