diff options
author | heinz <heinz@pkgsrc.org> | 2004-05-02 00:22:06 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-05-02 00:22:06 +0000 |
commit | ae1175f0cb35b2b8da9e4b1e60d538e454b224e7 (patch) | |
tree | 6f9193d6b07874c72c1cae02f5f2ef063c9df6ad /devel/p5-Storable | |
parent | a19362baaae6c67db6244387ac96f44bda6509e8 (diff) | |
download | pkgsrc-ae1175f0cb35b2b8da9e4b1e60d538e454b224e7.tar.gz |
Update to version 2.12.
Changes since 2.09:
===================
Version 2.12
1. Add regression tests for the auto-require of STORABLE_thaw
2. Add auto-require of modules to restore overloading (and tests)
3. Change to no context (should give speedup with ithreads)
Version 2.11
1. Storing restricted hashes in canonical order would SEGV. Fixed.
2. It was impossible to retrieve references to PL_sv_no and and
PL_sv_undef from STORABLE_thaw hooks.
3. restrict.t was failing on 5.8.0, due to 5.8.0's unique
implementation of restricted hashes using PL_sv_undef
4. These changes allow a space optimisation for restricted hashes.
Version 2.10
1. Thread safety: Storable::CLONE/init_perlinterp() now create
a new Perl context for each new ithread.
(From Stas Bekman and Jan Dubois.)
2. Fix a tag count mismatch with $Storable::Deparse that caused
all back-references after a stored sub to be off-by-N (where
N was the number of code references in between).
(From Sam Vilain.)
3. Prevent CODE references from turning into SCALAR references.
(From Slaven Rezic.)
Diffstat (limited to 'devel/p5-Storable')
-rw-r--r-- | devel/p5-Storable/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Storable/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Storable/Makefile b/devel/p5-Storable/Makefile index a8477d0989f..054a86adf5e 100644 --- a/devel/p5-Storable/Makefile +++ b/devel/p5-Storable/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2004/02/17 23:46:36 heinz Exp $ +# $NetBSD: Makefile,v 1.17 2004/05/02 00:22:06 heinz Exp $ -DISTNAME= Storable-2.09 +DISTNAME= Storable-2.12 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5sto CATEGORIES= devel perl5 diff --git a/devel/p5-Storable/distinfo b/devel/p5-Storable/distinfo index e13537abc44..3f2d861bdca 100644 --- a/devel/p5-Storable/distinfo +++ b/devel/p5-Storable/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2004/02/17 23:46:36 heinz Exp $ +$NetBSD: distinfo,v 1.8 2004/05/02 00:22:06 heinz Exp $ -SHA1 (Storable-2.09.tar.gz) = 7e52900cf69df7e6c77616efbbaf4db0f28d2b69 -Size (Storable-2.09.tar.gz) = 120159 bytes +SHA1 (Storable-2.12.tar.gz) = df0b44e04864733038ea08415a7e4ebc0a19f78e +Size (Storable-2.12.tar.gz) = 134308 bytes |