Skip to content

Commit

Permalink
small test tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 25, 2012
1 parent be37964 commit 070a8a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions t/pod.t
@@ -1,10 +1,10 @@
use Mojo::Base -strict;

use Test::More;
plan skip_all => 'Test::Pod 1.14 required for this test!'
unless eval 'use Test::Pod 1.14; 1';
plan skip_all => 'set TEST_POD to enable this test (developer only!)'
unless $ENV{TEST_POD};
plan skip_all => 'Test::Pod 1.14 required for this test!'
unless eval 'use Test::Pod 1.14; 1';

# "Marge, it takes two to lie. One to lie and one to listen."
all_pod_files_ok();
4 changes: 2 additions & 2 deletions t/pod_coverage.t
@@ -1,10 +1,10 @@
use Mojo::Base -strict;

use Test::More;
plan skip_all => 'Test::Pod::Coverage 1.04 required for this test!'
unless eval 'use Test::Pod::Coverage 1.04; 1';
plan skip_all => 'set TEST_POD to enable this test (developer only!)'
unless $ENV{TEST_POD};
plan skip_all => 'Test::Pod::Coverage 1.04 required for this test!'
unless eval 'use Test::Pod::Coverage 1.04; 1';

# DEPRECATED in Leaf Fluttering In Wind!
my @leaf = (
Expand Down

0 comments on commit 070a8a1

Please sign in to comment.