Skip to content

Commit

Permalink
Bump Test::Aggregate prereq to eliminate warning
Browse files Browse the repository at this point in the history
closes #279.
  • Loading branch information
rwstauner committed Sep 24, 2013
1 parent c88c065 commit fedbc10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -18,7 +18,7 @@ my %WriteMakefileArgs = (
"Config::General" => 0,
"ElasticSearch::TestServer" => 0,
"File::Copy" => 0,
"Test::Aggregate::Nested" => "0.366",
"Test::Aggregate::Nested" => "0.371",
"Test::More" => "0.96",
"Test::Most" => 0,
},
Expand Down
2 changes: 1 addition & 1 deletion t/fakecpan.t
@@ -1,7 +1,7 @@
use lib 't/lib';
use Test::More 0.96 (); # require version for subtests but let Test::Most do the ->import()
use Test::Most;
use Test::Aggregate::Nested 0.366 (); # bug fix for exception handling
use Test::Aggregate::Nested 0.371 (); # don't warn about Parse::PMFile's exit()
use strict;
use warnings;
use CPAN::Faker;
Expand Down

0 comments on commit fedbc10

Please sign in to comment.