On 6/27/07, Colin Wetherbee <[EMAIL PROTECTED]> wrote:
I have a handler in a module called JetSet::Handler. That module
depends on a number of other modules, which I've tried to include with
'use', with limited success. It seems, sometimes, symbols act just fine
and reload when they should, but
On 7/7/07, Christiaan Kras <[EMAIL PROTECTED]> wrote:
Because in my error messages it clearly says it can't find the modules
in @INC. Then it shows all the paths in @INC and my custom lib isn't set
there, instead, @INC is at it's original state.
Okay, you said you don't add to @INC at startup.
Marc M. Adkins wrote:
> I have been struggling with DirectoryIndex behavior and configuration
> information from custom Perl directives for a while now. I've been
> scanning the web and posting here and thanks for the previous responses.
>
> I now have a solution that seems to work. I have ext
Well, ref($self) returns the package name for the $self object, which is
the class name passed into the call, which is 'Stuff'. I double-checked
by adding another warn() statement and re-running my test cases but it
all checked out. Unless I'm missing something.
Frank Wiles wrote:
On Sat, 0
On Sat, 07 Jul 2007 11:13:49 -0700
"Marc M. Adkins" <[EMAIL PROTECTED]> wrote:
> I have been struggling with DirectoryIndex behavior and configuration
> information from custom Perl directives for a while now. I've been
> scanning the web and posting here and thanks for the previous
> responses
> -8<-- Start Bug Report 8<--
> 1. Problem Description:
>
>Apache2 segfaults when a virtual host is configured with
>PerlOptions -Enable (using the libapache2-mod-perl2 package on a
>stock Ubuntu 7.04 installation).
>
>A test case using bug-re
-8<-- Start Bug Report 8<--
1. Problem Description:
Apache2 segfaults when a virtual host is configured with
PerlOptions -Enable (using the libapache2-mod-perl2 package on a
stock Ubuntu 7.04 installation).
A test case using bug-reporting-skeleton-