Clinton Gormley via RT schrieb:
Show quoted text> <URL:
http://rt.cpan.org/Ticket/Display.html?id=32079 >
>
> On Fri Jan 04 04:24:35 2008, SKNPP wrote:
>
>> I'am not sure why this happens, so I can' do writing a test case for
>> this, the fix is simple for that error.
>>
>
> Hiya
>
> Can you give a use case for when you see this error? Do you see this
> while running xgettext.pl, or using your own script?
>
> thanks
>
> Clint
>
>
This was complete my own script, the problem is the not localized use of
$_ which can result in an
exception. My program was not small enough, so it is hard to find the
place where a read only value is placed inside $_.
Maybe I'm to strict, but in my opinion an CPAN module should localize
$_, because this avoids unexpecteded exceptions.
Thank you for your question and maintenance work on this.
Regards
Sebastian Knapp