Subject: | The _initialize method clobbers $_ |
On line 198 there's a while(<>) loop which clobbers $_. The simple fix
is just to add a local($_) to the line before it.
I came across this bug when F::C::C::X was being used in the
Bot::BasicBot::Pluggable::Module::Convert plugin.
Cheers,
Dan Brook