From 4c3e9002a595edbcac5828669e0efeef81a171ec Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 14 Jan 2015 13:09:29 +0000 Subject: Update to 1.633: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- databases/p5-DBI/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/p5-DBI/Makefile') 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/} -- cgit v1.2.3