Skip to content

Commit

Permalink
Always run POD tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Nov 6, 2009
1 parent 6d4238f commit 0f2c679
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion t/02pod.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ use Test::More;

eval "use Test::Pod 1.14";
plan skip_all => 'Test::Pod 1.14 required' if $@;
plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};

all_pod_files_ok();
1 change: 0 additions & 1 deletion t/03podcoverage.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ use Test::More;

eval "use Test::Pod::Coverage 1.04";
plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@;
plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};

all_pod_coverage_ok();

0 comments on commit 0f2c679

Please sign in to comment.