Skip to content

Commit

Permalink
Changed dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwills committed Feb 28, 2015
1 parent 19b3220 commit d08dbab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Build.PL
Expand Up @@ -40,9 +40,9 @@ my $builder = Module::Build->new(
'Module::Build' => 0.38,
},
build_requires => {
'Test::More' => 0,
'Test::NoWarnings' => 0,
'Test::XML' => 0,
'Test::More' => 0,
'Test::Warnings' => 0,
'Test::XML' => 0,
},
recommends => {
'MooseX::Aliases' => 0,
Expand Down

0 comments on commit d08dbab

Please sign in to comment.