summaryrefslogtreecommitdiff
path: root/t/003_all_pm_pod.t
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2017-10-18 20:29:06 +0200
committerKarel Miko <karel.miko@gmail.com>2017-10-18 20:29:06 +0200
commiteb20877c5001ba3f648035072fb3716bf509cc9a (patch)
treedd2d7dc92cdd1513801ed891c38be238d5261f96 /t/003_all_pm_pod.t
parent79c1bad3491d8d10c8cf70bdc0198bec9a62ea9a (diff)
gen IDEA/Serpent
Diffstat (limited to 't/003_all_pm_pod.t')
-rw-r--r--t/003_all_pm_pod.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/003_all_pm_pod.t b/t/003_all_pm_pod.t
index 4911c4ff..14ecf270 100644
--- a/t/003_all_pm_pod.t
+++ b/t/003_all_pm_pod.t
@@ -5,7 +5,7 @@ use Test::More;
plan skip_all => "File::Find not installed" unless eval { require File::Find };
plan skip_all => "Test::Pod not installed" unless eval { require Test::Pod };
-plan tests => 98;
+plan tests => 100;
my @files;
File::Find::find({ wanted=>sub { push @files, $_ if /\.pm$/ }, no_chdir=>1 }, 'lib');