[libdist-zilla-plugin-test-podspelling-perl] 01/03: Ignore depth/Level check; it's not important to us

Axel Beckert abe at deuxchevaux.org
Mon May 25 10:04:18 UTC 2015


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

abe pushed a commit to annotated tag 2.004004
in repository libdist-zilla-plugin-test-podspelling-perl.

commit 2c2f0f6c9aa0cfe4de1e14f3031f4e15fb4744ab
Author: Randy Stauner <randy at magnificent-tears.com>
Date:   Mon Apr 29 07:21:07 2013 -0700

    Ignore depth/Level check; it's not important to us
---
 t/checked.t | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/checked.t b/t/checked.t
index 55fbd2e..f649947 100644
--- a/t/checked.t
+++ b/t/checked.t
@@ -81,8 +81,8 @@ sub spell_check_dist {
           ok => 1,
           # file name
           name => 'POD spelling for ' . $_->[0]->as_foreign('Unix'),
-          # depth: starts at 1; +1 for do-file; +1 for the all_ func
-          depth => 3,
+          # ignore depth/Level tests, we just want to know that the file was checked
+          depth => undef,
           # overridden expectations (in args to spell_check_dist)
           %{ $_->[1] },
         },

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-podspelling-perl.git



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