From 1f377d13abe8a3b793d5aead71b700c4dc79619a Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Sat, 13 Apr 2024 23:31:39 +0100 Subject: [PATCH] fix systax error on $i = shift ? 1 : 0; on earlier perls like 5.20 --- Changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changes b/Changes index 9d46dc94..bfcad922 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +13Apr24====================================================================== +1. Fix small issue with perl 5.20 (and possibly earlier) compilation. 27Mar24====================================================================== 1. Fix dupe PC[16]1 (spot) coming in "too fast" for dupe filter to work. -- 2.34.1