What do you mean by manipulating the core perl modules? There was an
earlier discussion on how to migrate from the Apache to Apache2
namespace. Most of the work can be done in a simple search-and-replace
across all scripts/ libraries. You really don't want to continue using
'use Apache::Response;'
Johannes Kilian wrote:
Hi there,
I try to migrate to mod_perl 2.0 from mod_perl 1.99 RC4 (WinXP,
ActiveState Perl 5.8.6)
Running my old scripts the following error occurs in Module cgi.pm:
Can't locate Apache/Response.pm in @INC
I know this error occurs from renaming Apache to Apach2 - but is there
an easier way to do the migration without manipulating the CORE-Perl
modules manually?
Johannes