diff options
| author | Mark Allen <[email protected]> | 2017-03-30 13:47:34 -0500 |
|---|---|---|
| committer | Mark Allen <[email protected]> | 2017-03-30 13:47:34 -0500 |
| commit | 5d5d138aa5f009f6d54e1220505a37f761a6e965 (patch) | |
| tree | c9c10995ce60bb527bcaad50a946cf40b9367437 | |
| parent | c9e2a6457fa2b3ae1e012ee3b5460b1f2841f10e (diff) | |
| download | kerl-gh197.tar.gz kerl-gh197.tar.bz2 kerl-gh197.zip | |
Apply makeop patch for perls >= 5.22gh197
| -rwxr-xr-x | kerl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -472,7 +472,7 @@ maybe_patch() maybe_patch_all() { perlver=$(get_perl_version) - if [ "$perlver" -ge 24 ]; then + if [ "$perlver" -ge 22 ]; then case "$1" in 14) apply_r14_beam_makeops_patch >> "$LOGFILE" |
