Skip to content

Commit

Permalink
Require newer Module::Build for configuring.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Mar 14, 2015
1 parent 30f1c62 commit 69068f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.PL
Expand Up @@ -8,7 +8,7 @@ my $build = Module::Build->new(
perl => 5.006_002,
Scalar::Util => '1.01',
},
configure_requires => { 'Module::Build' => '0.2701' },
configure_requires => { 'Module::Build' => '0.42' },
build_requires => {
'Module::Build' => '0.2701',
'Test::More' => '0.17',
Expand Down

0 comments on commit 69068f1

Please sign in to comment.