Re: [RFC] Apache2::DirBasedHandler

2008-02-10 Thread adam . prime
I uploaded a .02 release last night which i think will make something like this even easier to accomplish. This version adds a function called uri_to_function, which takes a RequestRec (or derived) object, and an array of uri_bits and returns a function name that should be used to to

Re: [RFC] Apache2::DirBasedHandler

2008-02-06 Thread adam . prime
The first version of this is now on CPAN, if anyone is interested in it. Adam Quoting [EMAIL PROTECTED]: I've found myself writing similar bits of code repeatedly, and figure what i'm doing is probably common enough that something like this could have a place on CPAN. I'm mostly curious

[RFC] Apache2::DirBasedHandler

2008-01-19 Thread adam . prime
I've found myself writing similar bits of code repeatedly, and figure what i'm doing is probably common enough that something like this could have a place on CPAN. I'm mostly curious about if the name is appropriate. This is just a base class designed to speed the implementation of