Skip to content

Commit

Permalink
Added t/pod_coverage.t
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jun 1, 2006
1 parent 7e617b2 commit ce14974
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST
Expand Up @@ -4,5 +4,7 @@ Makefile.PL
Regex.pm
t/test.t
t/pod.t
t/pod_coverage.t
README
COPYING
META.yml Module meta-data (added by MakeMaker)
4 changes: 4 additions & 0 deletions t/pod_coverage.t
@@ -0,0 +1,4 @@
use Test::More;
eval "use Test::Pod::Coverage 1.00";
plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage" if $@;
all_pod_coverage_ok();

0 comments on commit ce14974

Please sign in to comment.