Subject: | 5.004 bug |
The colouring hack causes breakage in perl5.004
This is because perl5.004 wants
substr($foo,$bar,$bob) = $bazz;
Not
substr($foo,$bar,$bob,$bazz);
Oh well. Expect a new release soon.
richardc++ # letting me use his wide range of installed perls to
check this