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

#####  CGI::Application community mailing list  ################
##                                                            ##
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp    ##
##                                                            ##
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:          http://cgiapp.erlbaum.net/                 ##
##                                                            ##
################################################################

Reply via email to