diff options
author | heinz <heinz> | 2004-02-17 23:46:36 +0000 |
---|---|---|
committer | heinz <heinz> | 2004-02-17 23:46:36 +0000 |
commit | 9e03158f36ccc3ef27152e562ee45f34db8c8c0c (patch) | |
tree | 3493edbd0b825c245837ab7b0f0c8cb6f4e699e9 /devel | |
parent | 0c05e8550bae8fd6b31a465c2482e55d96791ad1 (diff) | |
download | pkgsrc-9e03158f36ccc3ef27152e562ee45f34db8c8c0c.tar.gz |
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>
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>
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>
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>
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>
Version 2.05
Adds support for CODE references from Slaven Rezic
<slaven.rezic@berlin.de>.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Storable/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Storable/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/p5-Storable/Makefile b/devel/p5-Storable/Makefile index fbe08c58874..a8477d0989f 100644 --- a/devel/p5-Storable/Makefile +++ b/devel/p5-Storable/Makefile @@ -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 +MAINTAINER= heinz@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Storable/ COMMENT= Perl extension module for persistent data storage PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/p5-Storable/distinfo b/devel/p5-Storable/distinfo index 728a46bc614..e13537abc44 100644 --- a/devel/p5-Storable/distinfo +++ b/devel/p5-Storable/distinfo @@ -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 |