Skip to content

Commit

Permalink
Allow bootstrapping on 10.14.5 w/ perl 5.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nieder committed May 24, 2019
1 parent c067580 commit bb608f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perlmod/Fink/Bootstrap.pm
Expand Up @@ -463,6 +463,7 @@ sub is_perl_supported {
} elsif ("$]" == "5.012004") {
} elsif ("$]" == "5.016002") {
} elsif ("$]" == "5.018002") {
} elsif ("$]" == "5.018004") {
} else {
# unsupported version of perl
return 0;
Expand Down

0 comments on commit bb608f2

Please sign in to comment.