Update to 0.76. From the changelog:
[Added] - Mention the `--strict` option for `pherkin` in SYNOPSIS - Added deprecation warning to 'data' accessor in Test::BDD::Cucumber::Model::Scenario [Fixed] - Warnings when processing empty feature files or files without a text after the `Feature:` keyword - Feature and scenario descriptions missing space on concatenated lines - Location of failed test in TAP output now points to the failed step, instead of somewhere inside `TAP::Harness` [Changed] - Scenarios defined by a scenario outline (`Examples:`) are now independent as in Cucumber; before, failure of a scenario in an outline would cancel all subsequent steps *and* scenarios -- now only steps are cancelled (skipped), but subsequent scenarios are run (gh #123) - Descriptions of tests no longer contain prefixed 'In ' - Dependency YAML::Syck switched to YAML (which wraps YAML::XS or YAML::PP, whichever is available); YAML has 3x more dependencies on CPAN, increasing chances of prior availability - Language definitions now stored as Perl instead of JSON for compactness and load speed [Removed] - Dependencies on Clone, List::MoreUtils, Number::Range
This commit is contained in:
parent
4d75e7dd1a
commit
68d0c28f0c
2 changed files with 8 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.48 2020/12/29 11:28:01 schmonz Exp $
|
||||
# $NetBSD: Makefile,v 1.49 2021/02/07 20:16:39 schmonz Exp $
|
||||
|
||||
DISTNAME= Test-BDD-Cucumber-0.75
|
||||
DISTNAME= Test-BDD-Cucumber-0.76
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
||||
|
@ -10,19 +10,16 @@ HOMEPAGE= https://metacpan.org/release/Test-BDD-Cucumber
|
|||
COMMENT= Feature-complete Cucumber-style testing in Perl
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone
|
||||
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
|
||||
DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime
|
||||
DEPENDS+= p5-Moo>=2.002002:../../devel/p5-Moo
|
||||
DEPENDS+= p5-MooX-HandlesVia-[0-9]*:../../devel/p5-MooX-HandlesVia
|
||||
DEPENDS+= p5-Number-Range-[0-9]*:../../math/p5-Number-Range
|
||||
DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class
|
||||
DEPENDS+= p5-Sub-Quote-[0-9]*:../../devel/p5-Sub-Quote
|
||||
DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
|
||||
DEPENDS+= p5-Type-Tiny-[0-9]*:../../devel/p5-Type-Tiny
|
||||
DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck
|
||||
DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
|
||||
DEPENDS+= p5-strictures-[0-9]*:../../devel/p5-strictures
|
||||
|
||||
#BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.38 2020/12/29 11:28:01 schmonz Exp $
|
||||
$NetBSD: distinfo,v 1.39 2021/02/07 20:16:39 schmonz Exp $
|
||||
|
||||
SHA1 (Test-BDD-Cucumber-0.75.tar.gz) = 0bd066765e5e356e708ce599fc84708cf0352dc5
|
||||
RMD160 (Test-BDD-Cucumber-0.75.tar.gz) = 66c92c570107a250a76b176e6aa34fdd3d80b7fe
|
||||
SHA512 (Test-BDD-Cucumber-0.75.tar.gz) = 084001414c74a3b70a1ad2e8bdaf9e5a12d505b79fd9aa9c3656ea5f167ef6a9b0c91a3b687218b560106c004638bcd9ffe3188ff0997ac54daac306f7c70e76
|
||||
Size (Test-BDD-Cucumber-0.75.tar.gz) = 103200 bytes
|
||||
SHA1 (Test-BDD-Cucumber-0.76.tar.gz) = a4d71137865f94f14ccd5670b50afe09c5de0042
|
||||
RMD160 (Test-BDD-Cucumber-0.76.tar.gz) = 572d99328ead5e40fca57e1fa04fe26e95b9a669
|
||||
SHA512 (Test-BDD-Cucumber-0.76.tar.gz) = 44ec439ab5eac5d3ba8f236c7715caebfb27286d13094df8bce0f06962aacc0f6fa43a692a68add91eff1f9171b989f6ae345adc148a4f6b3dc440ccf50190f1
|
||||
Size (Test-BDD-Cucumber-0.76.tar.gz) = 103308 bytes
|
||||
|
|
Loading…
Reference in a new issue