Update to 0.61. From the changelog:
- Renamed Test::BDD::Cucumber::Harness::TestBuilder to Test::BDD::Cucumber::Harness::TAP for consistency with the other harnesses (which have output-based names) - Add support for step functions using Test2 - Added documentation of availability of meta data defined with step functions for use by extensions to the Architecture manual - Split dependencies by Runtime vs TestRequires
This commit is contained in:
parent
e2bd7c6d76
commit
cafee82b18
2 changed files with 7 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.36 2019/09/02 12:45:26 schmonz Exp $
|
||||
# $NetBSD: Makefile,v 1.37 2019/09/08 11:54:35 schmonz Exp $
|
||||
|
||||
DISTNAME= Test-BDD-Cucumber-0.60
|
||||
DISTNAME= Test-BDD-Cucumber-0.61
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
||||
|
@ -11,7 +11,6 @@ COMMENT= Feature-complete Cucumber-style testing in Perl
|
|||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone
|
||||
DEPENDS+= p5-Devel-Refcount-[0-9]*:../../devel/p5-Devel-Refcount
|
||||
DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule
|
||||
DEPENDS+= p5-JSON-MaybeXS>=1.001000:../../converters/p5-JSON-MaybeXS
|
||||
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.27 2019/09/02 12:45:26 schmonz Exp $
|
||||
$NetBSD: distinfo,v 1.28 2019/09/08 11:54:35 schmonz Exp $
|
||||
|
||||
SHA1 (Test-BDD-Cucumber-0.60.tar.gz) = f96b215e0080e797d1ae707731f1d0b52bdce232
|
||||
RMD160 (Test-BDD-Cucumber-0.60.tar.gz) = cca9197ec995d5baa2c13910a27cbd25bf270a90
|
||||
SHA512 (Test-BDD-Cucumber-0.60.tar.gz) = a0c9881975ab4249637528bdbc1b9e894bc36db74be951c88f05bfa783f6c794db63b0a50cbf2ca2d2865ddf61ef59a9ff909e799b3564ac41d24e57357f73d5
|
||||
Size (Test-BDD-Cucumber-0.60.tar.gz) = 97789 bytes
|
||||
SHA1 (Test-BDD-Cucumber-0.61.tar.gz) = 6c96257a6b1ff3a5e3576cd5a730b1d9ab3692c0
|
||||
RMD160 (Test-BDD-Cucumber-0.61.tar.gz) = 0693effa716287695544b0c4756cbd8c6e349eab
|
||||
SHA512 (Test-BDD-Cucumber-0.61.tar.gz) = 3af17787c304d81a5fdba652a4377d836218c17fa2114bdddd3fd52aa87aa974e6873c15dbe01946c2e8c154467801eab805e7ee08a4256288349f6869542416
|
||||
Size (Test-BDD-Cucumber-0.61.tar.gz) = 97534 bytes
|
||||
|
|
Loading…
Reference in a new issue