RE: Getting lots of redefined statements in the error_log

2005-06-20 Thread Aaron Scott
> But those should be two totally separate files with separate package > declarations at the top. It doesn't make sense that there would be any > namespace collisions. > > - Perrin I can duplicate it with the following simple example: -- mod_perl.conf PerlRequire conf/startup.pl SetHandl

RE: Getting lots of redefined statements in the error_log

2005-06-20 Thread Aaron Scott
> Huh? Are you saying that MyPackage and SomeDir::MyPackage are somehow > the same file? Or that they actually declare the same package name? Or > don't declare any package name at all? > > - Perrin For a file /path/to/SomeDir/MyPackage.pm, if I 'use MyPackage;' in one file, then subsequently '

RE: Getting lots of redefined statements in the error_log

2005-06-20 Thread Aaron Scott
FWIW, I've noticed redefined subroutine "errors" when I require a single package using two different statements. E.g., --- File1.pm use MyPackage; --File2.pm use SomeDir::MyPackage; Loading File2 when File1 has already been loaded seemed to cause a redefined subrout

RE: Apache2::DBI

2005-06-14 Thread Aaron Scott
> -Original Message- > From: Adam Kennedy [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 07, 2005 10:43 PM > To: Philip M. Gollucci; mod_perl > Subject: Re: Apache2::DBI > > Indeed. > > All that might be needed is a small... > > =head1 COMPATIBILITY > > Apache::DBI is compatible with