Tue Dec 29 11:28:01 2020 UTC ()
Update to 0.75. From the changelog:

[Fixed]
- Passing multiple tags arguments to prove correctly intersects
  the sets;
  e.g. '--feature-option tags=@wip --feature-option tags=@daily' now
  correctly runs stricttly the scenarios matching both @wip and @daily
- Tutorial.pod incorrectly stated --tags=@tag1,~@tag2 runs scenarios
  tagged '@tag1' except those tagged '@tag2': it runs all tagged
  '@tag1' and all *not* tagged '@tag2'.
- Clarified difference between step definitions, step models and step
  execution contexts

[Added]
- Explanation in 'pherkin' how to pass tag patterns
- Expanded explanation in Tuturial.pod how to pass tag patterns

Updating during the freeze for bugfixes and documentation improvements.


(schmonz)
diff -r1.47 -r1.48 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile
diff -r1.37 -r1.38 pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo

cvs diff -r1.47 -r1.48 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile 2020/12/13 06:41:00 1.47
+++ pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile 2020/12/29 11:28:01 1.48
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.47 2020/12/13 06:41:00 schmonz Exp $ 1# $NetBSD: Makefile,v 1.48 2020/12/29 11:28:01 schmonz Exp $
2 2
3DISTNAME= Test-BDD-Cucumber-0.74 3DISTNAME= Test-BDD-Cucumber-0.75
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
7 7
8MAINTAINER= schmonz@NetBSD.org 8MAINTAINER= schmonz@NetBSD.org
9HOMEPAGE= https://metacpan.org/release/Test-BDD-Cucumber 9HOMEPAGE= https://metacpan.org/release/Test-BDD-Cucumber
10COMMENT= Feature-complete Cucumber-style testing in Perl 10COMMENT= Feature-complete Cucumber-style testing in Perl
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone 13DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone
14DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule 14DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule
15DEPENDS+= p5-JSON-MaybeXS>=1.001000:../../converters/p5-JSON-MaybeXS 15DEPENDS+= p5-JSON-MaybeXS>=1.001000:../../converters/p5-JSON-MaybeXS
16DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils 16DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils

cvs diff -r1.37 -r1.38 pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo 2020/12/13 06:41:00 1.37
+++ pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo 2020/12/29 11:28:01 1.38
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.37 2020/12/13 06:41:00 schmonz Exp $ 1$NetBSD: distinfo,v 1.38 2020/12/29 11:28:01 schmonz Exp $
2 2
3SHA1 (Test-BDD-Cucumber-0.74.tar.gz) = bf907862e8c53908a64771358c1c06cdace6414d 3SHA1 (Test-BDD-Cucumber-0.75.tar.gz) = 0bd066765e5e356e708ce599fc84708cf0352dc5
4RMD160 (Test-BDD-Cucumber-0.74.tar.gz) = 6361f6675138a689d45dd427ac944c752fdfda8d 4RMD160 (Test-BDD-Cucumber-0.75.tar.gz) = 66c92c570107a250a76b176e6aa34fdd3d80b7fe
5SHA512 (Test-BDD-Cucumber-0.74.tar.gz) = 566d0f5e2e3178eda26a0fbb319a160a323e77cb5ea0e8602d6ff09996dffcfa8dedabcd9213ef33b9897840aa2359cc2dc088f292343c7f4a796dc2973cb298 5SHA512 (Test-BDD-Cucumber-0.75.tar.gz) = 084001414c74a3b70a1ad2e8bdaf9e5a12d505b79fd9aa9c3656ea5f167ef6a9b0c91a3b687218b560106c004638bcd9ffe3188ff0997ac54daac306f7c70e76
6Size (Test-BDD-Cucumber-0.74.tar.gz) = 115520 bytes 6Size (Test-BDD-Cucumber-0.75.tar.gz) = 103200 bytes