[dh-make-perl] 01/02: skip_al → skip_all typo

Damyan Ivanov dmn at moszumanska.debian.org
Mon Jun 30 14:04:18 UTC 2014


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

dmn pushed a commit to branch master
in repository dh-make-perl.

commit a1b65a6a28c265316fa8cdaf3af5059586b64ab0
Author: Damyan Ivanov <dmn at debian.org>
Date:   Mon Jun 30 14:01:34 2014 +0000

    skip_al → skip_all typo
---
 t/pod-coverage.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/pod-coverage.t b/t/pod-coverage.t
index c3cd48c..778f9eb 100644
--- a/t/pod-coverage.t
+++ b/t/pod-coverage.t
@@ -2,7 +2,7 @@ use strict;
 use warnings;
 use Test::More;
 
-plan skip_al => "This is a release-time test" unless $ENV{RELEASE_TESTING};
+plan skip_all => "This is a release-time test" unless $ENV{RELEASE_TESTING};
 
 # Ensure a recent version of Test::Pod::Coverage
 my $min_tpc = 1.08;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.git



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