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