fix systax error on $i = shift ? 1 : 0;
authorDirk Koopman <djk@tobit.co.uk>
Sat, 13 Apr 2024 22:31:39 +0000 (23:31 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Sat, 13 Apr 2024 22:31:39 +0000 (23:31 +0100)
on earlier perls like 5.20

Changes

diff --git a/Changes b/Changes
index 9d46dc9450b2181f7a1056ffebf4796965183480..bfcad9227b1e479457c1e0df5abb1f26278a7a09 100644 (file)
--- 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.