Skip to content

Commit

Permalink
dos2unix t/z_pod.t
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Feb 19, 2014
1 parent f5c5c8d commit 63d1115
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions t/z_pod.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- perl -*-
use Test::More;
eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
all_pod_files_ok();
# -*- perl -*-
use Test::More;
eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
all_pod_files_ok();

0 comments on commit 63d1115

Please sign in to comment.