Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Locale-Maketext-Lexicon CPAN distribution.

Report information
The Basics
Id: 32079
Status: resolved
Priority: 0/
Queue: Locale-Maketext-Lexicon

People
Owner: Nobody in particular
Requestors: sk [...] computer-leipzig.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 0.64
  • 0.65
Fixed in: (no value)



Subject: Possible error "Modification of a read-only value attempted at Locale/Maketext/Extract.pm line 126"
I'am not sure why this happens, so I can' do writing a test case for this, the fix is simple for that error.
Subject: patch-mini
Download patch-mini
application/octet-stream 406b

Message body not shown because it is not plain text.

On Fri Jan 04 04:24:35 2008, SKNPP wrote: Show quoted text
> 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
Subject: Re: [rt.cpan.org #32079] Possible error "Modification of a read-only value attempted at Locale/Maketext/Extract.pm line 126"
Date: Wed, 29 Oct 2008 12:59:40 +0000
To: bug-Locale-Maketext-Lexicon [...] rt.cpan.org
From: Sebastian Knapp <sk [...] computer-leipzig.com>
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
Show quoted text
> 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.
thanks Sebastian That's fixed in version 0.74
On Sat Nov 22 15:53:05 2008, DRTECH wrote: Show quoted text
> > This was complete my own script, the problem is the not localized
use of Show quoted text
> > $_ 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.
> > thanks Sebastian > > That's fixed in version 0.74 >