Skip to content

Commit

Permalink
Minor change.
Browse files Browse the repository at this point in the history
  • Loading branch information
kablamo committed Mar 30, 2012
1 parent c0a48e8 commit 8aa9818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/pod_coverage.t
@@ -1,5 +1,5 @@
use Test::Most;
use Test::Pod::Coverage 1.00;
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
eval "use Test::Pod::Coverage";
plan skip_all => "Test::Pod::Coverage required for testing POD coverage" if $@;
pod_coverage_ok('Test::WWW::Selenium::More');
done_testing;

0 comments on commit 8aa9818

Please sign in to comment.