Skip to content

Commit

Permalink
Add Module::Build to configure_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Oct 22, 2011
1 parent 883bae2 commit 3ac9380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Build.PL
Expand Up @@ -51,6 +51,7 @@ unless ($is_dist)
my $build = Mason::Build->new
( module_name => 'HTML::Mason',
requires => \%prereq,
configure_requires => { 'Module::Build' => 0.26 },
build_requires => { 'Module::Build' => 0.26,
'Test' => 0,
'Test::Builder' => 0,
Expand Down

0 comments on commit 3ac9380

Please sign in to comment.