Skip to content

Commit

Permalink
Fix the module being tested
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Mar 27, 2018
1 parent 5486dc6 commit c7a5db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/unused.t
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ eval 'use warnings::unused -global';
if($@ || ($warnings::unused::VERSION < 0.04)) {
plan(skip_all => 'warnings::unused >= 0.04 needed for testing');
} else {
use_ok('CGI::Info');
new_ok('CGI::Info');
use_ok('Geo::Coder::Free');
new_ok('Geo::Coder::Free');
plan tests => 2;
}

0 comments on commit c7a5db1

Please sign in to comment.