Skip to content

Commit

Permalink
Skip unless AUTHOR_TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruberman committed Dec 18, 2008
1 parent 435277b commit 4080d82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions xt/99_pod.t
Expand Up @@ -2,5 +2,6 @@

use Test::More;
eval "use Test::Pod 1.14";
plan skip_all => 'Test::Pod only run for author tests' unless $ENV{AUTHOR_TEST};
plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
all_pod_files_ok();
1 change: 1 addition & 0 deletions xt/99_pod_coverage.t
Expand Up @@ -2,5 +2,6 @@

use Test::More;
eval "use Test::Pod::Coverage 1.04";
plan skip_all => 'Test::Perl::Critic only run for author tests' unless $ENV{AUTHOR_TEST};
plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
all_pod_coverage_ok();

0 comments on commit 4080d82

Please sign in to comment.