Skip Menu |

This queue is for tickets about the Catalyst CPAN distribution.

Report information
The Basics
Id: 54793
Status: rejected
Priority: 0/
Queue: Catalyst

People
Owner: Nobody in particular
Requestors: ilyuha1 [...] mail.ru
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 5.7001
Fixed in: (no value)



Subject: Use of uninitialized value $parent in string at /usr/local/lib/perl5/site_perl/5.10.0/Catalyst.pm line 1666.
Hello, i'm getting this warning in my logs: WARNING: Use of uninitialized value $parent in string at /usr/local/lib/perl5/ site_perl/5.10.0/Catalyst.pm line 1666. from /usr/local/lib/perl5/site_perl/5.10.0/Catalyst.pm line 1666 package Catalyst I think you should provide some default value for $parent at line 1663, like an empty string or something, to avoid this warning. Used Catalyst version is 5.8002. Thx.
Subject: Re: [rt.cpan.org #54793] Use of uninitialized value $parent in string at /usr/local/lib/perl5/site_perl/5.10.0/Catalyst.pm line 1666.
Date: Fri, 19 Feb 2010 10:32:56 +0100
To: "Ilya A. Chesnokov via RT" <bug-Catalyst [...] rt.cpan.org>
From: Florian Ragwitz <rafl [...] debian.org>
On Fri, Feb 19, 2010 at 04:24:34AM -0500, Ilya A. Chesnokov via RT wrote: Show quoted text
> WARNING: > Use of uninitialized value $parent in string at /usr/local/lib/perl5/ > site_perl/5.10.0/Catalyst.pm line 1666. > from /usr/local/lib/perl5/site_perl/5.10.0/Catalyst.pm line 1666 > package Catalyst > > I think you should provide some default value for $parent at line 1663, > like an empty string or something, to avoid this warning. > > Used Catalyst version is 5.8002.
In order to figure out what's causing this warning we'd have to see the code involved and be able to reproduce the issue. Please attach the code to this report. kthx! -- BOFH excuse #403: Sysadmin didn't hear pager go off due to loud music from bar-room speakers.
Download signature.asc
application/pgp-signature 189b

Message body not shown because it is not plain text.

From: ilyuha1 [...] mail.ru
Птн Фев 19 04:35:23 2010, FLORA писал: Show quoted text
> In order to figure out what's causing this warning we'd have to see the > code involved and be able to reproduce the issue. Please attach the code > to this report. > > kthx!
Unfortunately, this code is a part of a large production system and I can't easily select the necessary part, which causes warnings. As somebody said me on IRC, the warning may be produced, because we are doing 'some weird things with path' - and yes, we do. So probably it's our fault and you should close this ticket.