* Eric Schwartz ([EMAIL PROTECTED]) wrote :
> The problem is that many other modules assume that you can still load
> Apache2; they all need to be updated as well, or else the older
> version of libapache2-mod-perl2 needs to be re-uploaded with an
> epoch. I don't like that idea much, but I don't
The new version removes Apache2.pm so that you will 'use
Apache2::RequestRec' instead of 'use Apache2; use
Apache::RequestRec;', and so on. So, depending on your setup, it may
be possible to delete /etc/apache2/mods-enabled/perl.conf, and change
all your code to use Apache2::foo.
The problem is t
2 matches
Mail list logo