[libtest-bdd-cucumber-perl] 04/09: Removing PodCoverageTests from Dist::Zilla config

Intrigeri intrigeri at moszumanska.debian.org
Thu Jun 19 10:18:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to annotated tag 0.24
in repository libtest-bdd-cucumber-perl.

commit 58dafa8c8983871461e7dad34e5811b65b69a090
Author: Paul Cochrane <paul at liekut.de>
Date:   Thu Jun 5 14:32:20 2014 +0200

    Removing PodCoverageTests from Dist::Zilla config
    
    Now
    
        dzil test --author --release
    
    runs without error.
    
    The reason for this removal (which involves replacing the [@Classic] D::Z
    plugin with [@Basic] and augmenting it to achieve the same behaviour,
    however without PodCoverageTests) was that PodCoverageTests gave a warning
    for *every* aliased Given/When/Then for *every* language...  The other
    option would have been to maintain a `xt/pod-coverage.t` or similar which
    then loads all possible language versions of Given/When/Then from the
    `i18n.json` and tells Pod::Coverage to ignore them.  Also one would have to
    tell D::Z not to generate `release-pod-coverage.t` etc...  In short, it
    looks like the hassle of keeping PodCoverageTests seems higher than the
    benefit it brought.
---
 dist.ini | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dist.ini b/dist.ini
index f4ff872..e103a98 100644
--- a/dist.ini
+++ b/dist.ini
@@ -7,7 +7,10 @@ license   = Perl_5
 is_trial  = 0
 copyright_holder = Peter Sergeant
 
-[@Classic]
+[@Basic]
+[PkgVersion]
+[PodVersion]
+[PodSyntaxTests]
 
 [Prereqs]
 Clone = 0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-bdd-cucumber-perl.git



More information about the Pkg-perl-cvs-commits mailing list