summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-CSV/Makefile
diff options
context:
space:
mode:
authormjl <mjl>2001-03-21 17:30:28 +0000
committermjl <mjl>2001-03-21 17:30:28 +0000
commit0b8564e4394c051a28c4dd49d67f383872274668 (patch)
tree2d26db664471307be54e2e245cf43415ed19d825 /databases/p5-DBD-CSV/Makefile
parentf733ee359d0b1a4f93282b0713eb478580290813 (diff)
downloadpkgsrc-0b8564e4394c051a28c4dd49d67f383872274668.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/Makefile')
-rw-r--r--databases/p5-DBD-CSV/Makefile4
1 files changed, 2 insertions, 2 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/}