diff options
author | mjl <mjl@pkgsrc.org> | 2003-03-03 11:15:08 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2003-03-03 11:15:08 +0000 |
commit | d7af96e03b542e06c06df7f116482642b56483a3 (patch) | |
tree | f97f70d889e82b725b2812970098680bdb9bf438 /databases/p5-DBD-CSV | |
parent | beb17b6fef928f911582d4043dd23bf842e5277b (diff) | |
download | pkgsrc-d7af96e03b542e06c06df7f116482642b56483a3.tar.gz |
Update p5-DBD-CSV to 0.2002
* added parser-caching for speedier operation, see File.pm prepare()
* further adjustments in tests including fix for prototypes to make
it perl 5.8 compatible
Diffstat (limited to 'databases/p5-DBD-CSV')
-rw-r--r-- | databases/p5-DBD-CSV/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBD-CSV/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile index 5eef4a963c8..3b286c75a87 100644 --- a/databases/p5-DBD-CSV/Makefile +++ b/databases/p5-DBD-CSV/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2002/10/20 23:35:11 seb Exp $ +# $NetBSD: Makefile,v 1.11 2003/03/03 11:15:08 mjl Exp $ # -DISTNAME= DBD-CSV-0.2001 +DISTNAME= DBD-CSV-0.2002 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dcs CATEGORIES= databases perl5 diff --git a/databases/p5-DBD-CSV/distinfo b/databases/p5-DBD-CSV/distinfo index a43fa5d8e91..2bd2a0ea8e4 100644 --- a/databases/p5-DBD-CSV/distinfo +++ b/databases/p5-DBD-CSV/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2002/02/14 15:55:20 mjl Exp $ +$NetBSD: distinfo,v 1.6 2003/03/03 11:15:08 mjl Exp $ -SHA1 (DBD-CSV-0.2001.tar.gz) = 93e71eb63bbcfab2251c82cba03e84de55f5f21b -Size (DBD-CSV-0.2001.tar.gz) = 41001 bytes +SHA1 (DBD-CSV-0.2002.tar.gz) = 62ecfbfa6965f98dfe580b748af99df92493e362 +Size (DBD-CSV-0.2002.tar.gz) = 39046 bytes |