diff options
author | wiz <wiz> | 2012-05-30 08:21:47 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-05-30 08:21:47 +0000 |
commit | d3b2abe9e7415e1727a8d2762fd019b724fb2aa2 (patch) | |
tree | db7c46e63fcb55b9e488886cd3d47dc1fece59a9 /databases/p5-DBIx-Connector | |
parent | ee19f195936c4f38e146a9661eb215826ef3d1c7 (diff) | |
download | pkgsrc-d3b2abe9e7415e1727a8d2762fd019b724fb2aa2.tar.gz |
Update to 0.52, provided by wen in PR 46499.
0.52 2012-05-29T18:32:42Z
- The DBI params are now encapsulated in a code reference, rather than
stored as the passed array, so that the password is less likely to be
displayed in a dump. Idea borrowed from Rose::DB. Patch from Brad
Bowman.
- Eliminated warning about the non-portability of a v-string on older
Perls. Thanks to Mark Lawrence for the report (Issue #17).
- Removed a couple of leftover examples of the `catch` feature removed
in v0.50. Thanks to Randy Stauner for the patch!
- Eliminated more "Use of qw(...) as parentheses" syntax errors in tests
when running on Perl 5.17.
- Add mention of DBI Callbacks parameter to the docs, as folks often ask
for this functionality, not realizing that the DBI already provides
it. Randy Stauner.
0.51 2012-02-18T00:14:48Z
- Fixed internal exception handling on Perls less than 5.14, where some
exceptions woult not be propagated to the caller.
0.50 2012-02-14T18:25:07Z
- The `catch` functionality has been completely removed. Any `catch`
block passed to `run()`, `txn()`, or `svp()` will be ignored. Errors
will trigger fatal exceptions.
- Removed the `with` method, which was deprecated in 0.34. Use `mode()`
instead.
- Fixed bad method call attempted when an `svp()` block failed. Thanks
to Ricardo SIGNES for the regression test and the fix.
- Fixed creation of the SQLite driver savepoint methods so that they
exist and work even if the driver is loaded before DBD::SQLite. Thanks
to Ricardo SIGNES for the regression test and the fix.
Diffstat (limited to 'databases/p5-DBIx-Connector')
-rw-r--r-- | databases/p5-DBIx-Connector/Makefile | 6 | ||||
-rw-r--r-- | databases/p5-DBIx-Connector/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/databases/p5-DBIx-Connector/Makefile b/databases/p5-DBIx-Connector/Makefile index 13af4a31f00..e684d53ef32 100644 --- a/databases/p5-DBIx-Connector/Makefile +++ b/databases/p5-DBIx-Connector/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2011/10/24 09:36:01 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.6 2012/05/30 08:21:47 wiz Exp $ # -DISTNAME= DBIx-Connector-0.47 +DISTNAME= DBIx-Connector-0.52 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} @@ -12,6 +12,8 @@ COMMENT= Fast, safe DBI connection and transaction management LICENSE= ${PERL5_LICENSE} BUILD_DEPENDS+= p5-Test-MockModule>=0.05:../../devel/p5-Test-MockModule +BUILD_DEPENDS+= p5-Test-Pod>=1.26:../../devel/p5-Test-Pod +BUILD_DEPENDS+= p5-Test-Pod-Coverage>=1.08:../../devel/p5-Test-Pod-Coverage PKG_DESTDIR_SUPPORT= user-destdir diff --git a/databases/p5-DBIx-Connector/distinfo b/databases/p5-DBIx-Connector/distinfo index 6166243dc6f..1a72ff482ca 100644 --- a/databases/p5-DBIx-Connector/distinfo +++ b/databases/p5-DBIx-Connector/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2011/10/24 09:36:01 hiramatsu Exp $ +$NetBSD: distinfo,v 1.4 2012/05/30 08:21:47 wiz Exp $ -SHA1 (DBIx-Connector-0.47.tar.gz) = 1ef9741d09b43b00d4833fb9f73bcb29071d09f6 -RMD160 (DBIx-Connector-0.47.tar.gz) = 23aaf7462fb294cd571dd44e987f939c639e2f8d -Size (DBIx-Connector-0.47.tar.gz) = 38388 bytes +SHA1 (DBIx-Connector-0.52.tar.gz) = 4fa9602e31502e3731a7d25b4c93a54e3b4b3be1 +RMD160 (DBIx-Connector-0.52.tar.gz) = 753c3c66b92191e1e56eae1bf9eeee10064c3b96 +Size (DBIx-Connector-0.52.tar.gz) = 35709 bytes |