I was playing around with version 3.020, and came across 2 bugs.
1. My system is Linux, running perl 5.8.6. My config.tsh, a.t and b.t
files are attached. After 5 rounds of round-robin paired games in
division A, when I attempt to add an extra KOTH round, this is what I get:
tsh> koth 1 5 a
Use of uninitialized value in subtraction (-) at
lib/perl/TSH/ParseArgs/Repeats.pm line 75, <> line 1.
1 is too large to be a number of repeats allowed.
Usage: koth number-of-repeats based-on-round division
Enter 'help' for help.
tsh>
2. On my Windows XP system, running Activestate Perl version 5.8.7 from
the standard DOS prompt, I can't see the 'tsh>' prompt. I know it's
there, because I can type 'q' to quit. I have to turn off the colours
for it to work. And even then, I don't see the prompt. All I get is a
single space, and then the cursor. The program works, but it looks
confusing. And I get the same error as above when trying to do KOTH
pairing using the same files.