summaryrefslogtreecommitdiff
path: root/devel/p5-Storable
diff options
context:
space:
mode:
authorshell <shell@pkgsrc.org>2002-06-10 02:40:06 +0000
committershell <shell@pkgsrc.org>2002-06-10 02:40:06 +0000
commit1f1cea9a6feb3a5681130087bf65e9c745bde426 (patch)
tree2cf395908bcbcb848752f0fb1379785eea14093f /devel/p5-Storable
parent700adfd217ba7b3f47f0f0d1bb65c90afa4aef10 (diff)
downloadpkgsrc-1f1cea9a6feb3a5681130087bf65e9c745bde426.tar.gz
Updated to p5-Storable-2.04
Changes : - New major updated - Many of bugs fixed - New regression test (Please see ChangeLog for more about)
Diffstat (limited to 'devel/p5-Storable')
-rw-r--r--devel/p5-Storable/DESCR19
-rw-r--r--devel/p5-Storable/Makefile4
-rw-r--r--devel/p5-Storable/distinfo6
3 files changed, 15 insertions, 14 deletions
diff --git a/devel/p5-Storable/DESCR b/devel/p5-Storable/DESCR
index cba0c8e2032..3b781e8f41e 100644
--- a/devel/p5-Storable/DESCR
+++ b/devel/p5-Storable/DESCR
@@ -1,17 +1,18 @@
The Storable extension brings persistency to your data.
-You may recursively store to disk any data structure, no matter how
-complex and circular it is, provided it contains only SCALAR, ARRAY,
-HASH (possibly tied) and references (possibly blessed) to those items.
+You may recursively store to disk any data structure, no matter
+how complex and circular it is, provided it contains only SCALAR,
+ARRAY, HASH (possibly tied) and references (possibly blessed) to
+those items.
At a later stage, or in another program, you may retrieve data from
-the stored file and recreate the same hiearchy in memory. If you had
-blessed references, the retrieved references are blessed into the same
-package, so you must make sure you have access to the same perl class
-as the one used to create the relevant objects.
+the stored file and recreate the same hiearchy in memory. If you
+had blessed references, the retrieved references are blessed into
+the same package, so you must make sure you have access to the same
+perl class as the one used to create the relevant objects.
-There is also a dclone() routine which performs an optimized mirroring
-of any data structure, preserving its topology.
+There is also a dclone() routine which performs an optimized
+mirroring of any data structure, preserving its topology.
Objects (blessed references) may also redefine the way storage and
retrieval is performed, and/or what deep cloning should do on those
diff --git a/devel/p5-Storable/Makefile b/devel/p5-Storable/Makefile
index 5a08716de51..5ad8df8f112 100644
--- a/devel/p5-Storable/Makefile
+++ b/devel/p5-Storable/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2001/12/04 01:30:59 mjl Exp $
+# $NetBSD: Makefile,v 1.8 2002/06/10 02:40:07 shell Exp $
-DISTNAME= Storable-1.0.14
+DISTNAME= Storable-2.04
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5sto
CATEGORIES= devel perl5
diff --git a/devel/p5-Storable/distinfo b/devel/p5-Storable/distinfo
index 8cc12fa1ff9..67087d016a3 100644
--- a/devel/p5-Storable/distinfo
+++ b/devel/p5-Storable/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2001/12/04 01:31:00 mjl Exp $
+$NetBSD: distinfo,v 1.5 2002/06/10 02:40:07 shell Exp $
-SHA1 (Storable-1.0.14.tar.gz) = e0bac665b4ff6ef3ab43bdaae5a1a8e2abd9ba8c
-Size (Storable-1.0.14.tar.gz) = 64493 bytes
+SHA1 (Storable-2.04.tar.gz) = 7cf845afed5ca783b582a52e4488b2691b27caf5
+Size (Storable-2.04.tar.gz) = 91034 bytes