diff options
author | wiz <wiz@pkgsrc.org> | 2020-09-06 20:10:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-09-06 20:10:53 +0000 |
commit | dc3062e088f599ed3983c8a5a1ab4289e6071e0b (patch) | |
tree | bbccea8a39c29276c35ee14f423bb975e40234b7 | |
parent | 4c5dbeed2b4a312ca778989dee4925f7a5c65105 (diff) | |
download | pkgsrc-dc3062e088f599ed3983c8a5a1ab4289e6071e0b.tar.gz |
p5-DBD-Mock: update to 1.55.
1.55 2019-12-30T14:20:00Z
- Fixed bug rt131264 t/033_table_info.t fails (with older DBI)
1.54 2019-12-23T12:44:22Z
- Added Bernhard Graf's 'Feature: one shot failure' merge request.
- Fixed description of the failure attribute of mock_add_resultset. It
no longer claims to support a hash ref (as it doesn't). Thanks to
Bernhard Graf for both the bug report and a merge request that fixes it.
- Fixed bug where it wasn't possible to replace a regular expression
mock resultset. Thanks to Bernhard Graf for both the bug report and
a merge request that fixes it.
- Fixed bug where the failure attribute wasn't working with regular
expression mock resultsets. Thanks to Bernhard Graf for both the bug
report and a merge request that fixes it.
1.53 2019-12-03T10:50:57Z
- Error handling in mock_add_resultset is no longer experimental
- Attribute Aliasing is no longer experimental
1.52 2019-10-28T11:35:41Z
- Added in callback feature for result sets so that their contents
can be more dynamic.
1.51 2019-10-23T11:43:51Z
- Fixed issue with using attribute aliases alongside a driver DSN
in the DBI->connect call
1.50 2019-10-22T19:37:26Z
- Added attribute aliases support for MariaDB
-rw-r--r-- | databases/p5-DBD-Mock/Makefile | 6 | ||||
-rw-r--r-- | databases/p5-DBD-Mock/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/databases/p5-DBD-Mock/Makefile b/databases/p5-DBD-Mock/Makefile index af603289513..fcbf9bec5c3 100644 --- a/databases/p5-DBD-Mock/Makefile +++ b/databases/p5-DBD-Mock/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2020/08/31 18:06:59 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2020/09/06 20:10:53 wiz Exp $ -DISTNAME= DBD-Mock-1.49 +DISTNAME= DBD-Mock-1.55 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} @@ -13,6 +12,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-DBI>=1.3:../../databases/p5-DBI TOOL_DEPENDS+= p5-Module-Build-Tiny-[0-9]*:../../devel/p5-Module-Build-Tiny +TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception PERL5_PACKLIST= auto/DBD/Mock/.packlist PERL5_MODULE_TYPE= Module::Build diff --git a/databases/p5-DBD-Mock/distinfo b/databases/p5-DBD-Mock/distinfo index ba8c9149b3c..48951f85d8c 100644 --- a/databases/p5-DBD-Mock/distinfo +++ b/databases/p5-DBD-Mock/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2019/09/12 23:54:44 wen Exp $ +$NetBSD: distinfo,v 1.7 2020/09/06 20:10:53 wiz Exp $ -SHA1 (DBD-Mock-1.49.tar.gz) = 593ed1de568d9d9171ff449f671da7a4de12d4bd -RMD160 (DBD-Mock-1.49.tar.gz) = fe264d5fc266eb6dd6dded703dd54f5fb227f087 -SHA512 (DBD-Mock-1.49.tar.gz) = ae3bc3071cc437e9585ea2c604f18511878d6bd59c2289a33e4348f57939067ffbddc834680f3c1dd17ec6271d704552d764aef1e6582cf454cd475996783237 -Size (DBD-Mock-1.49.tar.gz) = 69289 bytes +SHA1 (DBD-Mock-1.55.tar.gz) = 106972e1688bf2853bb495c9095c35faebeaf911 +RMD160 (DBD-Mock-1.55.tar.gz) = c3e9457b524668739117c670dbcda059ac63083b +SHA512 (DBD-Mock-1.55.tar.gz) = 70a85154e6295fccce275651e33a92275102d04ed1f733ad9ea13d7cb82cd17a0b5269ad92a8acc9e42a02e586c1db5f0145da88ed3a13b1baf06015e9bac751 +Size (DBD-Mock-1.55.tar.gz) = 72683 bytes |