summaryrefslogtreecommitdiff
path: root/t/pod.t
diff options
context:
space:
mode:
Diffstat (limited to 't/pod.t')
-rwxr-xr-xt/pod.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/pod.t b/t/pod.t
index 755fb818..444eed25 100755
--- a/t/pod.t
+++ b/t/pod.t
@@ -4,7 +4,7 @@ use strict;
use warnings;
use Test::More;
-eval 'use Test::Pod';
+eval { require Test::Pod; Test::Pod->import; };
plan skip_all => 'Test::Pod required' if $@;
all_pod_files_ok('debhelper.pod', grep { -x $_ } 'dh', glob 'dh_*');