[cgiapp] Help requested with CGI::App::Dispatch bugs

Michael Lackhoff lackhoff at zbmed.uni-koeln.de
Thu Sep 6 10:00:21 EDT 2012


On 03.09.2012 06:05 Mark Stosberg wrote:

> This and all other significant outstanding issues filed for 
> CGI::Application::Dispatch and CGI::Application::Dispatch::PSGI should 
> now be addressed in v3.10, which I just pushed to CPAN. Below are the 
> changes.
[...]
>      [INTERNALS]
>      - Fix diagnostic message in some cases when exceptions are thrown 
> (Michael Lackhoff)

Thanks for the new version but there still seems to be something wrong.
I just got this message in the logs:
Can't locate object method "error" via package "APR::Error" at
/usr/local/lib/perl5/site_perl/5.14.2/CGI/Application/Dispatch.pm line
451.\n

So the fix isn't good enough. I think line 422 should be
  unless ( ref $e && $e->isa('Exception::Class::Base') ) {

-Michael


More information about the cgiapp mailing list