summaryrefslogtreecommitdiff
path: root/databases/p5-DBI/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-01-14 13:09:29 +0000
committerwiz <wiz@pkgsrc.org>2015-01-14 13:09:29 +0000
commit4c3e9002a595edbcac5828669e0efeef81a171ec (patch)
tree4de78dde3a9f8eaca23961e6877928261fd1d745 /databases/p5-DBI/Makefile
parent95a1720a916cde6ba423bcae9035bedfa77a272a (diff)
downloadpkgsrc-4c3e9002a595edbcac5828669e0efeef81a171ec.tar.gz
Update to 1.633:
Changes in DBI 1.633 - 11th Jan 2015 Fixed selectrow_*ref to return undef on error in list context instead if an empty list. Changed t/42prof_data.t more informative Changed $sth->{TYPE} to be NUMERIC in DBD::File drivers as per the DBI docs. Note TYPE_NAME is now also available. [H.Merijn Brand] Fixed compilation error on bleadperl due DEFSV no longer being an lvalue [Dagfinn Ilmari Mannsåker] Added docs for escaping placeholders using a backslash. Added docs for get_info(9000) indicating ability to escape placeholders. Added multi_ prefix for DBD::Multi (Dan Wright) and ad2_ prefix for DBD::AnyData2
Diffstat (limited to 'databases/p5-DBI/Makefile')
-rw-r--r--databases/p5-DBI/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile
index 13ea0719da2..ded7cf4de2d 100644
--- a/databases/p5-DBI/Makefile
+++ b/databases/p5-DBI/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.66 2014/11/09 12:10:47 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2015/01/14 13:09:29 wiz Exp $
-DISTNAME= DBI-1.632
+DISTNAME= DBI-1.633
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBI/}