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>.
This commit is contained in:
parent
553ff8ac6c
commit
ae94ed7082
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue