Re: Configuration Data vs. DirectoryIndex

2007-07-10 Thread Geoffrey Young
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

Re: Configuration Data vs. DirectoryIndex

2007-07-10 Thread Marc M. Adkins
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

Re: Configuration Data vs. DirectoryIndex

2007-07-10 Thread Frank Wiles
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

Configuration Data vs. DirectoryIndex

2007-07-07 Thread Marc M. Adkins
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