AH!
I got a little overzealous from using
http://perl.apache.org/docs/2.0/rename.html
This section is a litttle confusing:
Replace the use of
use Apache::SomeCoreModule;
in a script or module by
use Apache2::SomeCoreModule;
Perhaps someone can add to that docs what are core modules, and what
are commonly confused as such?
On May 27, 2005, at 6:13 PM, Perrin Harkins wrote:
On Fri, 2005-05-27 at 18:08 -0400, jonathan vanasco wrote:
Has anyone ported Apache::Session to apache2 yet?
There's no porting to be done. Apache::Session has no hooks to
mod_perl
or Apache.
- Perrin