diff options
author | mjl <mjl@pkgsrc.org> | 2001-12-04 01:30:59 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-12-04 01:30:59 +0000 |
commit | c997e0436c9a8d346df68957d188c065c839e7fc (patch) | |
tree | 2f5dc0631ed0a38134468cd21289f3eaa34a2b21 | |
parent | 01946b7041fd421335818741c052a1adb68eed81 (diff) | |
download | pkgsrc-c997e0436c9a8d346df68957d188c065c839e7fc.tar.gz |
Update to 1.0.14
This is the LAST maintenance release of the Storable module.
Indeed, Storable is now part of perl 5.8, and will be maintained
as part of Perl. The CPAN module will remain available there
for people running pre-5.8 perls.
Avoid requiring Fcntl upfront, useful to embedded runtimes.
Use an eval {} for testing, instead of making Storable.pm
simply fail its compilation in the BEGIN block.
store_fd() will now correctly autoflush file if needed.
-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 45eb020daf2..5a08716de51 100644 --- a/devel/p5-Storable/Makefile +++ b/devel/p5-Storable/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2001/11/26 06:49:54 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/12/04 01:30:59 mjl Exp $ -DISTNAME= Storable-1.0.13 +DISTNAME= Storable-1.0.14 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5sto CATEGORIES= devel perl5 diff --git a/devel/p5-Storable/distinfo b/devel/p5-Storable/distinfo index 4246e7c04b3..8cc12fa1ff9 100644 --- a/devel/p5-Storable/distinfo +++ b/devel/p5-Storable/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/09/06 12:53:49 mjl Exp $ +$NetBSD: distinfo,v 1.4 2001/12/04 01:31:00 mjl Exp $ -SHA1 (Storable-1.0.13.tar.gz) = beac183a43c2c02a7ef54be421b5f0ee70554e87 -Size (Storable-1.0.13.tar.gz) = 64235 bytes +SHA1 (Storable-1.0.14.tar.gz) = e0bac665b4ff6ef3ab43bdaae5a1a8e2abd9ba8c +Size (Storable-1.0.14.tar.gz) = 64493 bytes |