Subject: | Seems to be broken with new Catalyst release |
Hi,
application seems to be broken on new Catalyst releases:
ebug_http asn_lookup.pl
[Tue Nov 29 10:22:00 2005] [catalyst] [warn] You are running an old script!
Please update by running (this will overwrite existing files):
catalyst.pl -force -scripts Devel::ebug::HTTP
or (this will not overwrite existing files):
catalyst.pl -scripts Devel::ebug::HTTP
You can connect to your server at http://wesley:8080
Can't call method "request" on an undefined value at /usr/local/share/perl/5.8.7/Devel/ebug/HTTP.pm line 115, <GEN1> line 2.
Error appears when I retreieve http://wesley:8080 / make the first connection.
I bet this is in relation to the new embedded httpd of Catalyst shipped with release >= 5.5 of catalyst.
regards,
Roland
(FYI: the mentioned error appears already in the test-suite)