diff options
author | mjl <mjl@pkgsrc.org> | 2001-03-21 17:30:28 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-03-21 17:30:28 +0000 |
commit | d9a20699a742a067a72145c28f1016a38f3b7d1f (patch) | |
tree | 2d26db664471307be54e2e245cf43415ed19d825 /databases/p5-DBD-CSV | |
parent | 670d64cd671651834d02176756997871fa3ce9b8 (diff) | |
download | pkgsrc-d9a20699a742a067a72145c28f1016a38f3b7d1f.tar.gz |
Update to 0.1025
* lib/DBD/CSV.pm (fetch_row): Now cleaning $! before
calling $csv->getline(). Seems to return false errors
otherwise in some cases.
* Made Makefile.PL CPAN conformant.
* Removed unnecessary stuff in Makefile.PL which verified
the DBI installation.
* lib/DBD/File.pm (STORE): Changed croak to die.
* Minor fix in the docs
* Minor compatibility fixes in the test suite for Perl 5.6.
Diffstat (limited to 'databases/p5-DBD-CSV')
-rw-r--r-- | databases/p5-DBD-CSV/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBD-CSV/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile index b1b457da597..34791fce897 100644 --- a/databases/p5-DBD-CSV/Makefile +++ b/databases/p5-DBD-CSV/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 14:17:31 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/03/21 17:30:28 mjl Exp $ # -DISTNAME= DBD-CSV-0.1022 +DISTNAME= DBD-CSV-0.1025 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} diff --git a/databases/p5-DBD-CSV/files/md5 b/databases/p5-DBD-CSV/files/md5 index e929a6c8d4a..162d83a0138 100644 --- a/databases/p5-DBD-CSV/files/md5 +++ b/databases/p5-DBD-CSV/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2000/10/23 13:57:03 mjl Exp $ +$NetBSD: md5,v 1.2 2001/03/21 17:30:28 mjl Exp $ -MD5 (DBD-CSV-0.1022.tar.gz) = 8977c75e389004baba62cd8e541132a0 +SHA1 (DBD-CSV-0.1025.tar.gz) = 7f210d78511a33d1a978d7bfe174f7e6b2e9a8bf |