summaryrefslogtreecommitdiff
path: root/t/003_all_pm_pod.t
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2018-03-08 10:22:47 +0100
committerKarel Miko <karel.miko@gmail.com>2018-03-08 10:22:47 +0100
commit31d12ad14dc0f4d16b25aab5e97885e597a68f57 (patch)
tree54e0c6328c91d8e2277b06abeca10ac8b4ad1da9 /t/003_all_pm_pod.t
parent2f26dbf39eeb480c0982ee5fdd1d1c6b2cde9768 (diff)
Crypt::Digest::KeccakNNN
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 5bc59af3..47c3ccce 100644
--- a/t/003_all_pm_pod.t
+++ b/t/003_all_pm_pod.t
@@ -6,7 +6,7 @@ use Test::More;
plan skip_all => "set TEST_POD to enable this test (developer only!)" unless $ENV{TEST_POD};
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 => 103;
+plan tests => 107;
my @files;
File::Find::find({ wanted=>sub { push @files, $_ if /\.pm$/ }, no_chdir=>1 }, 'lib');