diff options
author | mjl <mjl@pkgsrc.org> | 2000-12-07 08:10:40 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2000-12-07 08:10:40 +0000 |
commit | 21b85e4fd6001c793ac2c8a1a9ed37bef58dee35 (patch) | |
tree | 46b5bed08894712b858528b860e7b95f1f5b26e6 /databases/p5-DBI | |
parent | add95ca4d2708c9d5855dd26859d74151fe32c46 (diff) | |
download | pkgsrc-21b85e4fd6001c793ac2c8a1a9ed37bef58dee35.tar.gz |
Update to 1.14.
NOTE: This version is the one the DBI book is based on.
NOTE: This version requires at least Perl 5.004.
Perl 5.6 ithreads changes with thanks to Doug MacEachern.
Changed trace output to use PerlIO thanks to Paul Moore.
Fixed bug in RaiseError/PrintError handling.
(% chars in the error string could cause a core dump.)
Fixed Win32 PerlEx IIS concurrency bugs thanks to Murray Nesbitt.
Major documentation polishing thanks to Linda Mui at O'Reilly.
Password parameter now shown as **** in trace output.
Added two fields to type_info and type_info_all.
Added $dsn to PrintError/RaiseError message from DBI->connect().
Changed prepare_cached() croak to carp if sth still Active.
Added prepare_cached() example to the docs.
Added further DBD::ADO enhancements from Thomas Lowery.
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r-- | databases/p5-DBI/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBI/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index 36c30028625..565a73cf633 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2000/08/27 10:37:01 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2000/12/07 08:10:40 mjl Exp $ # -DISTNAME= DBI-1.13 +DISTNAME= DBI-1.14 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} diff --git a/databases/p5-DBI/files/md5 b/databases/p5-DBI/files/md5 index 8f97c8e1f67..52c591e5152 100644 --- a/databases/p5-DBI/files/md5 +++ b/databases/p5-DBI/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 2000/05/11 18:37:07 christos Exp $ +$NetBSD: md5,v 1.3 2000/12/07 08:10:40 mjl Exp $ -MD5 (DBI-1.13.tar.gz) = cef6c295a31b90deaff412346d33e021 +MD5 (DBI-1.14.tar.gz) = a2d1dbf5cd083e08861bc596e3892bdb |