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 of p5-Storable to version 2.09.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9da98f9b3c5f
branches:  trunk
changeset: 468933:9da98f9b3c5f
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Tue Feb 17 23:46:36 2004 +0000

description:
Update of p5-Storable to version 2.09.

Changes since version 2.04:
===========================

Sat Jan  3 18:49:18 GMT 2004   Nicholas Clark <nick%ccl4.org@localhost>

    Version 2.09

        Fix minor problems with the CPAN release
        1: Make Storable.xs work on 5.8.2 and later (already in the core)
        2: Ship the linux hints file
        3: Ship Test::More for the benefit of Perls pre 5.6.2
        4: Correct Makefile.PL to only install in core for 5.8.0 and later

Sat Sep  6 01:08:20 IST 2003   Abhijit Menon-Sen <ams%wiw.org@localhost>

    Version 2.08

        This release works around a 5.8.0 bug which caused hashes to not
        be marked as having key flags even though an HEK had HEK_WASUTF8
        set. (Note that the only reasonable solution is to silently drop
        the flag from the affected key.)

        Users of RT 3 who were seeing assertion failures should upgrade.
        (Perl 5.8.1 will have the bug fixed.)

Mon May  5 10:24:16 IST 2003   Abhijit Menon-Sen <ams%wiw.org@localhost>

    Version 2.07

        Minor bugfixes (self-tied objects are now correctly stored, as
        are the results of additions larger than INT_MAX).

Mon Oct  7 21:56:38 BST 2002   Nicholas Clark  <nick%ccl4.org@localhost>

    Version 2.06

        Remove qr// from t/downgrade.t so that it will run on 5.004
        Mention $File::Spec::VERSION a second time in t/forgive.t so that it
        runs without warnings in 5.004 (this may be a 5.00405 bug I'm working
        round)
        Fix t/integer.t initialisation to actually generate 64 bits of 9c
        Fix comparison tests to use eval to get around 64 bit IV conversion
        issues on 5.6.x, following my t/integer.t ^ precedence bug found by
        Rafael Garcia-Suarez
        Alter t/malice.t to work with Test/More.pm in t/, and skip individual
        subtests that use $Config{ptrsize}, so that the rest of the test can
        now be run with 5.004
        Change t/malice.t and the error message in check_magic in Storable.xs
        from "Pointer integer size" to "Pointer size"
        Remove prerequisite of Test::More from Makefile.PL
        Ship Test::Builder, Test::Simple and Test::More in t

Thu Oct  3 08:57:22 IST 2002   Abhijit Menon-Sen <ams%wiw.org@localhost>

    Version 2.05

        Adds support for CODE references from Slaven Rezic
        <slaven.rezic%berlin.de@localhost>.

diffstat:

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

diffs (31 lines):

diff -r 96087991162d -r 9da98f9b3c5f devel/p5-Storable/Makefile
--- a/devel/p5-Storable/Makefile        Tue Feb 17 23:37:12 2004 +0000
+++ b/devel/p5-Storable/Makefile        Tue Feb 17 23:46:36 2004 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.15 2004/01/05 22:16:25 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2004/02/17 23:46:36 heinz Exp $
 
-DISTNAME=      Storable-2.06
+DISTNAME=      Storable-2.09
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5sto
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Storable/}
 
-MAINTAINER=    tech-pkg%NetBSD.org@localhost
+MAINTAINER=    heinz%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Storable/
 COMMENT=       Perl extension module for persistent data storage
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
diff -r 96087991162d -r 9da98f9b3c5f devel/p5-Storable/distinfo
--- a/devel/p5-Storable/distinfo        Tue Feb 17 23:37:12 2004 +0000
+++ b/devel/p5-Storable/distinfo        Tue Feb 17 23:46:36 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2003/04/12 15:40:36 martti Exp $
+$NetBSD: distinfo,v 1.7 2004/02/17 23:46:36 heinz Exp $
 
-SHA1 (Storable-2.06.tar.gz) = 5b7745ab86f8e08210a00d630a698959ee6adecf
-Size (Storable-2.06.tar.gz) = 118374 bytes
+SHA1 (Storable-2.09.tar.gz) = 7e52900cf69df7e6c77616efbbaf4db0f28d2b69
+Size (Storable-2.09.tar.gz) = 120159 bytes



Home | Main Index | Thread Index | Old Index