Skip Menu |

This queue is for tickets about the Catalyst-Runtime CPAN distribution.

Report information
The Basics
Id: 59738
Status: resolved
Priority: 0/
Queue: Catalyst-Runtime

People
Owner: bobtfish [...] bobtfish.net
Requestors: ilyuha1 [...] mail.ru
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 5.80024
Fixed in: (no value)

Attachments


Subject: Use of uninitialized value $parent in string at Catalyst.pm line 1687.
The message in subject is always displayed in the output of the application when config parameter show_internal_actions = 1. Steps to reproduce: 1. catalyst.pl MyApp 2. cd MyApp 3. edit lib/MyApp.pm, and add 'show_internal_actions => 1' to the __PACKAGE__->config() section 4. ./script/myapp_server.pl 5. Open http://localhost:3000 in any browser. In the application's output you see message: Use of uninitialized value $parent in string at /usr/local/lib/perl5/site_perl/5.10.0/Catalyst.pm line 1687. Environment: OS: Linux (Fedora 13) $ perl -v This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi
From: ilyuha1 [...] mail.ru
There is a test for it.
Subject: test_warning_undefined.tgz
Download test_warning_undefined.tgz
application/x-compressed-tar 1.2k

Message body not shown because it is not plain text.

Thanks for the bug report and patch. I've changed your test app somewhat and applied it as r13534, which will be in the next release. http://dev.catalystframework.org/svnweb/Catalyst/revision?rev=13534