Skip to content

Commit

Permalink
clean up tests to not spoil life for everyone
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Nov 9, 2011
1 parent 4265db7 commit ff45464
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/pod-coverage.t
Expand Up @@ -5,6 +5,9 @@ eval "use Test::Pod::Coverage 1.08";
plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage"
if $@;

plan skip_all => "set RELEASE_TESTING to run this test"
unless $ENV{RELEASE_TESTING};

TODO: {
local $TODO = "need to hash out what's what";

Expand Down
2 changes: 2 additions & 0 deletions t/pod.t
Expand Up @@ -3,4 +3,6 @@
use Test::More;
eval "use Test::Pod 1.14";
plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
plan skip_all => "set RELEASE_TESTING to run this test"
unless $ENV{RELEASE_TESTING};
all_pod_files_ok();
Empty file modified t/types.t 100755 → 100644
Empty file.

0 comments on commit ff45464

Please sign in to comment.