aboutsummaryrefslogtreecommitdiffstats
path: root/kerl
diff options
context:
space:
mode:
Diffstat (limited to 'kerl')
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index 97e5dbe..885c11a 100755
--- a/kerl
+++ b/kerl
@@ -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"