diff options
author | wiz <wiz> | 2015-01-14 13:09:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-01-14 13:09:29 +0000 |
commit | e81bd38c5becae9f7ee1e9b7d380bffaf18708dd (patch) | |
tree | 4de78dde3a9f8eaca23961e6877928261fd1d745 /databases/p5-DBI | |
parent | 90eb0858510f55f880aa2d268dee117fe3d5f9b1 (diff) | |
download | pkgsrc-e81bd38c5becae9f7ee1e9b7d380bffaf18708dd.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')
-rw-r--r-- | databases/p5-DBI/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBI/distinfo | 8 |
2 files changed, 6 insertions, 6 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/} diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo index 9136c03d7e0..da4c9bdfba1 100644 --- a/databases/p5-DBI/distinfo +++ b/databases/p5-DBI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.41 2014/11/09 12:10:47 wiz Exp $ +$NetBSD: distinfo,v 1.42 2015/01/14 13:09:29 wiz Exp $ -SHA1 (DBI-1.632.tar.gz) = 4a1e8bb6796b893f2c08f708818c0f4ca00b1820 -RMD160 (DBI-1.632.tar.gz) = d84e6bff8c2f0573833227ffaaba15e7a0d45cd4 -Size (DBI-1.632.tar.gz) = 591235 bytes +SHA1 (DBI-1.633.tar.gz) = b42bd20708c4bfc10dcf898b0148aef1c1ff02ff +RMD160 (DBI-1.633.tar.gz) = 587e9f8fdac35b508ddacbd261a4084ee44bfd59 +Size (DBI-1.633.tar.gz) = 592307 bytes |