Skip to content

Commit

Permalink
Fixed Test::Aggregate dependency.
Browse files Browse the repository at this point in the history
It used to depend on Test::Aggregate::Nested which is not a separate
distribution.
  • Loading branch information
mendel committed Dec 14, 2010
1 parent 3c3e39f commit 4b59929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -27,7 +27,7 @@ test_requires 'FindBin' => 0;
test_requires 'IO::All' => '0.41';
test_requires 'Path::Class' => '0.16';
test_requires 'MooseX::NonMoose' => '0.16';
test_requires 'Test::Aggregate::Nested' => '0.363';
test_requires 'Test::Aggregate' => '0.363';

author_requires 'Test::Pod' => '1.22';
author_requires 'Test::Pod::Coverage' => '1.08';
Expand Down

0 comments on commit 4b59929

Please sign in to comment.