Skip to content

Commit

Permalink
pod tests required for developers
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Oct 10, 2014
1 parent 40e3695 commit 571fcc3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 6 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ my %META = (
'Text::Wrap' => 0.003,
},
},
develop => {
requires => {
'Test::Pod' => 1.00,
'Test::Pod::Coverage' => 1.00,
},
},
},
resources => {
repository => {
Expand Down
3 changes: 1 addition & 2 deletions xt/release/pod.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use Test::More;
eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
use Test::Pod 1.00;
all_pod_files_ok();
4 changes: 1 addition & 3 deletions xt/release/pod_coverage.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use Test::More;
eval "use Test::Pod::Coverage 1.00";
plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage"
if $@;
use Test::Pod::Coverage 1.00;
all_pod_coverage_ok();

0 comments on commit 571fcc3

Please sign in to comment.