diff options
author | martti <martti> | 2003-04-12 15:40:36 +0000 |
---|---|---|
committer | martti <martti> | 2003-04-12 15:40:36 +0000 |
commit | aebff08a6f8b204930fa3fe9d33d26ad3fbbc11b (patch) | |
tree | 9db92d8f9756efe0e25a90ebd6eac0b12485e348 /devel/p5-Storable | |
parent | ab2a4446d88f7ec46b03a0b5b06c31de85905882 (diff) | |
download | pkgsrc-aebff08a6f8b204930fa3fe9d33d26ad3fbbc11b.tar.gz |
Updated p5-Storable to 2.06
* Remove qr// from t/downgrade.t
* Mention $File::Spec::VERSION a second time in t/forgive.t
* Fix t/integer.t initialisation
* Fix comparison tests to use eval to get around 64 bit IV conversion issues
* Alter t/malice.t to work with Test/More.pm in t/
* Change t/malice.t and the error message in check_magic
* Adds support for CODE references
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 bb21673a961..5c2527e7a0f 100644 --- a/devel/p5-Storable/Makefile +++ b/devel/p5-Storable/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2002/10/13 22:22:47 seb Exp $ +# $NetBSD: Makefile,v 1.11 2003/04/12 15:40:36 martti Exp $ -DISTNAME= Storable-2.04 +DISTNAME= Storable-2.06 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5sto CATEGORIES= devel perl5 diff --git a/devel/p5-Storable/distinfo b/devel/p5-Storable/distinfo index 67087d016a3..728a46bc614 100644 --- a/devel/p5-Storable/distinfo +++ b/devel/p5-Storable/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2002/06/10 02:40:07 shell Exp $ +$NetBSD: distinfo,v 1.6 2003/04/12 15:40:36 martti Exp $ -SHA1 (Storable-2.04.tar.gz) = 7cf845afed5ca783b582a52e4488b2691b27caf5 -Size (Storable-2.04.tar.gz) = 91034 bytes +SHA1 (Storable-2.06.tar.gz) = 5b7745ab86f8e08210a00d630a698959ee6adecf +Size (Storable-2.06.tar.gz) = 118374 bytes |