Skip Menu |

This queue is for tickets about the Finance-Currency-Convert-XE CPAN distribution.

Report information
The Basics
Id: 20646
Status: resolved
Priority: 0/
Queue: Finance-Currency-Convert-XE

People
Owner: BARBIE [...] cpan.org
Requestors: BROQ [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.10
Fixed in: (no value)



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
Fixed in 0.11. On it's way to a CPAN near you as I write.