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
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 extracted a minimal
set of tests