Skip to content

Commit

Permalink
Fix wrong path in xt/pod.t
Browse files Browse the repository at this point in the history
  • Loading branch information
mdom committed Aug 6, 2018
1 parent ca8731e commit e98e594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xt/pod.t
Expand Up @@ -2,4 +2,4 @@ use Test::More;
eval "use Test::Pod 1.00";
plan => 9;
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
all_pod_files_ok( all_pod_files(), 'bin/dategrep' );
all_pod_files_ok( all_pod_files(), 'script/dategrep' );

0 comments on commit e98e594

Please sign in to comment.