Subject: | Irrelivant [] Printed to STDERR |
The version of Switch from ActiveState PPM, (Which *claims* to be 2.09) keeps printing out [] to the STDERR. I've traced it down to line 124, and it looks like a debugging message of some sort, but as it doesn't contain anything between the [ and ] during normal use, it appears that it shouldn't be necessary under default conditions.
While there are several potential solutions, the simplest being to remove the offending line. If it needs to remain: toggle a debugging variable (ie: use Switch qw(debug __ Perl6))