remove spurious $ character from Listeners.pm
authorDirk Koopman <djk@tobit.co.uk>
Tue, 24 Jan 2023 01:08:09 +0000 (01:08 +0000)
committerDirk Koopman <djk@tobit.co.uk>
Tue, 24 Jan 2023 01:08:09 +0000 (01:08 +0000)
Changes
perl/Listeners.pm

diff --git a/Changes b/Changes
index 7f5564be62f8129fb1a5acf7894f686c08b8f3e5..9c701d18e62e5f126da38bc2382172dd184506d7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 24Jan23=======================================================================
-1. Optimise the PC11->PC61 promotion code, improve readability of set/deb pc11
+1. Optimise the PC11->PC61 promotion code, improve readability of the 
+   debugging when 'set/debug pc11' is active.
+2. Remove spurious '$' character at the end of Listeners.pm (thanks Kin).
 20Jan23=======================================================================
 1. Add the variable @main::localhost_names to allow other IP addresses to
    be treated in the same way as localhost in item 1 on 19Jan23 below. NOTE
index a012fda37f582a36102ae386d49169198c292b03..7dea596d50fa0a3a96036d177e32bfd269ba0cfc 100644 (file)
@@ -25,5 +25,4 @@ use vars qw(@listen);
 # This one!!!!!
 );
 
-$
 1;