diff options
Diffstat (limited to 't/pod.t')
-rwxr-xr-x | t/pod.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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_*'); |