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