Skip Menu |

This queue is for tickets about the Devel-ebug-HTTP CPAN distribution.

Report information
The Basics
Id: 16177
Status: resolved
Priority: 0/
Queue: Devel-ebug-HTTP

People
Owner: Nobody in particular
Requestors: rmoriz+ [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.29
Fixed in: (no value)



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)
From: rmoriz [...] cpan.org
Hi, attached a patch for version 0.29 which fixes the catalyst incompatibilities. open issues: update the Catalyst::Build things to the latest one introduced in catalyst 5.58 (no Build.PL anymore...). At the moment it works but has a depcrecation messagen. rmoriz@wesley:~/perl/apps/ebug/Devel-ebug-HTTP-0.30$ perl t/ebug_http.t 1..24 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 rmoriz@wesley:~/perl/apps/ebug/Devel-ebug-HTTP-0.30$ have fun. best regards, Roland On Di. 29. Nov. 2005, 04:26:02, guest wrote: Show quoted text
> 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)
Download patch_to_0.30
application/octet-stream 4.6k

Message body not shown because it is not plain text.

Fixed in 0.30.