pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Storable Update to version 2.12.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b0fd153e3f8
branches:  trunk
changeset: 474525:7b0fd153e3f8
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun May 02 00:22:06 2004 +0000

description:
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:

 devel/p5-Storable/Makefile |  4 ++--
 devel/p5-Storable/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (23 lines):

diff -r 83b628e59d5b -r 7b0fd153e3f8 devel/p5-Storable/Makefile
--- a/devel/p5-Storable/Makefile        Sat May 01 23:57:00 2004 +0000
+++ b/devel/p5-Storable/Makefile        Sun May 02 00:22:06 2004 +0000
@@ -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 -r 83b628e59d5b -r 7b0fd153e3f8 devel/p5-Storable/distinfo
--- a/devel/p5-Storable/distinfo        Sat May 01 23:57:00 2004 +0000
+++ b/devel/p5-Storable/distinfo        Sun May 02 00:22:06 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index