Skip to content

Commit

Permalink
fixed JSON tests
Browse files Browse the repository at this point in the history
  • Loading branch information
barbie committed May 2, 2012
1 parent 6c12dac commit 30d56c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/96metatest.t
Expand Up @@ -4,8 +4,8 @@ use Test::More;
plan skip_all => "Author tests not required for installation" plan skip_all => "Author tests not required for installation"
unless ( $ENV{AUTOMATED_TESTING} ); unless ( $ENV{AUTOMATED_TESTING} );


eval "use Test::JSON::Meta 0.08"; eval "use Test::CPAN::Meta::JSON";
plan skip_all => "Test::JSON::Meta 0.08 required for testing META.json files" if $@; plan skip_all => "Test::CPAN::Meta::JSON required for testing META.json files" if $@;


plan no_plan; plan no_plan;


Expand Down

0 comments on commit 30d56c7

Please sign in to comment.