[cgiapp] error_mode and CGI::Carp

2005-02-01 Thread Rob Kinyon
http://www.perlmonks.org/?node_id=426774 asked a question about CGI::Application and CGI::Carp. If you read towards the end of the responses, you'll find a few people are saying that the error_mode() patch seems to be trapping CGI::Carp fatalsToBrowser and not playing nicely. Has anyone else run

[cgiapp] CGI::Application::Plugin::Apache and mod_perl 2.0

2005-02-01 Thread C. Chad Wallace
Hello, Has anyone yet used CGI::Application under mod_perl 2.0 (without the Apache::compat layer)? I just got it to work, after a bit of work... All I had to do, aside from changes to my own modules, was edit CGI::Application::Plugin::Apache. Now that Apache::Request is available for

[cgiapp] Re: CGI::Application::Plugin::Apache and mod_perl 2.0

2005-02-01 Thread Michael Peters
C. Chad Wallace wrote: Hello, Has anyone yet used CGI::Application under mod_perl 2.0 (without the Apache::compat layer)? I think some others have patched their versions to work with mp2, but full compatibility is still in the works. I just got it to work, after a bit of work... All I had to

[cgiapp] Re: CGI::Application::Plugin::Apache and mod_perl 2.0

2005-02-01 Thread Michael Peters
C. Chad Wallace wrote: Hello, Has anyone yet used CGI::Application under mod_perl 2.0 (without the Apache::compat layer)? I think some others have patched their versions to work with mp2, but full compatibility is still in the works. I just got it to work, after a bit of work... All I had