Skip to content

Commit

Permalink
adjust configure_requires to require Alien::Base::ModuleBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Jan 28, 2016
1 parent e70cd76 commit 19f75f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.PL
Expand Up @@ -50,7 +50,7 @@ my $builder = $class->new (
module_name => 'Alien::OpenSSL',
license => 'perl',
configure_requires => {
'Alien::Base' => '0.025',
'Alien::Base::ModuleBuild' => '0.025',
'Module::Build' => '0.38',
'Test::More' => 0,
},
Expand Down

0 comments on commit 19f75f5

Please sign in to comment.