Skip to content

Commit

Permalink
now optionally adds MIN_PERL_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
rvosa committed Oct 30, 2017
1 parent 2a2b2e8 commit d7b7a14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ if ( $ExtUtils::MakeMaker::VERSION ge '6.46' ) {
};
}

if ( $ExtUtils::MakeMaker::VERSION ge '6.48' ) {
$parms{MIN_PERL_VERSION} = '5.8.0';
}

WriteMakefile( %parms );

sub check_prereq {
Expand Down

0 comments on commit d7b7a14

Please sign in to comment.