summaryrefslogtreecommitdiff
path: root/t/003_all_pm_pod.t
diff options
context:
space:
mode:
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');