Skip to content

Commit

Permalink
Add minimum Perl version requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
sekia committed Mar 2, 2015
1 parent 4d4e703 commit 8cec184
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ my $builder = Module::Build::XSUtil->new(
needs_compiler_cpp => 1,
recursive_test_files => 1,
requires => +{
'perl' => '5.14.0',
'List::MoreUtils' => 0,
'Smart::Args' => 0,
},
Expand Down

0 comments on commit 8cec184

Please sign in to comment.