From: Dirk Koopman Date: Sat, 13 Apr 2024 22:31:39 +0000 (+0100) Subject: fix systax error on $i = shift ? 1 : 0; X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=1f377d13abe8a3b793d5aead71b700c4dc79619a fix systax error on $i = shift ? 1 : 0; on earlier perls like 5.20 --- 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.