Skip to content

Commit

Permalink
Be slightly more tolerant of future perl releases
Browse files Browse the repository at this point in the history
  • Loading branch information
microtherion authored and fingolfin committed Sep 7, 2013
1 parent da16155 commit 09d8245
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perlmod/Fink/Bootstrap.pm
Expand Up @@ -426,6 +426,7 @@ sub is_perl_supported {
} elsif ("$]" == "5.010000") {
} elsif ("$]" == "5.012003") {
} elsif ("$]" == "5.012004") {
} elsif ("$]" =~ /5\.01200[5-9]/) {
} else {
# unsupported version of perl
return 0;
Expand Down

0 comments on commit 09d8245

Please sign in to comment.