Skip to content

Commit

Permalink
Bump Module::Build requirement
Browse files Browse the repository at this point in the history
Fixes #63
  • Loading branch information
atoomic authored and geofffranks committed Jul 24, 2024
1 parent a2d8108 commit 82881df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ my $builder = Module::Build->new(
},

configure_requires => {
'Module::Build' => '0.38',
'Module::Build' => '0.4234',
},
requires => {
'perl' => 5.006,
Expand Down

0 comments on commit 82881df

Please sign in to comment.