Skip Menu |

This queue is for tickets about the CGI-Application-Dispatch CPAN distribution.

Report information
The Basics
Id: 18579
Status: resolved
Priority: 0/
Queue: CGI-Application-Dispatch

People
Owner: Nobody in particular
Requestors: matt [...] towertekllc.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.04
Fixed in: (no value)



Subject: Error: Use of inherited AUTOLOAD for non-method Apache2::Const::NOT_FOUND() is deprecated
While running CGI-Application-Dispatch 1.04 in mod_perl 2.02, Apache 2.0.52 and perl v5.8.5 would get this in the apache log. Can't locate auto/Apache2/Const/NOT_FOUND.al in @INC (@INC contains: /usr/lib/perl5/5.8.5/i386-linux-thread-multi /usr/lib/perl5/5.8.5 ... etc Adding the following line to Dispatch.pm Apache2::Const->import(-compile => qw(:common)); After the "require Apache2::Const;" got me going. Thanks
fixed in 2.0 versions