Re: module naming question

2006-01-09 Thread Philip M. Gollucci
Frank Wiles wrote: Yeah I thought that Apache2:: and ModPerl:: might be reserved for core as well, but I'm glad I asked. Ok next question. It's safe to assume that the ModPerl:: space will be for MP2 and future versions right, since it didn't exist in MP1? What I have only works wi

Re: module naming question

2006-01-09 Thread Frank Wiles
On Mon, 09 Jan 2006 21:47:36 -0500 Perrin Harkins <[EMAIL PROTECTED]> wrote: > Frank Wiles wrote: > > Ok next question. It's safe to assume that the ModPerl:: space > > will be for MP2 and future versions right, since it didn't exist in > > MP1? What I have only works with MP2 and I don't want

Re: module naming question

2006-01-09 Thread Perrin Harkins
Frank Wiles wrote: Ok next question. It's safe to assume that the ModPerl:: space will be for MP2 and future versions right, since it didn't exist in MP1? What I have only works with MP2 and I don't want to put it in a space where people will assume it will work with both. There are n

Re: module naming question

2006-01-09 Thread Frank Wiles
On Mon, 09 Jan 2006 18:29:49 -0800 Stas Bekman <[EMAIL PROTECTED]> wrote: > Philip M. Gollucci wrote: > > Stas Bekman wrote: > > > >> Probably ModPerl:: is the best fit, IMHO :) Though you may have > >> more popularity with /Apache/ in case people aren't aware about > >> the existance of the ModP

Re: module naming question

2006-01-09 Thread Stas Bekman
Philip M. Gollucci wrote: Stas Bekman wrote: Probably ModPerl:: is the best fit, IMHO :) Though you may have more popularity with /Apache/ in case people aren't aware about the existance of the ModPerl:: namespace. Was I mistakenly under the impression that Modperl:: was reserved for modper

Re: module naming question

2006-01-09 Thread Philip M. Gollucci
Stas Bekman wrote: Probably ModPerl:: is the best fit, IMHO :) Though you may have more popularity with /Apache/ in case people aren't aware about the existance of the ModPerl:: namespace. Was I mistakenly under the impression that Modperl:: was reserved for modperl core ? I would have said A

Re: module naming question

2006-01-09 Thread Stas Bekman
Frank Wiles wrote: Hi Everyone, I'm a BIG fan of using custom Apache directives in MP2 and because of this I've written a wrapper into my personal libs that makes using them a bit easier than the strict API calls. It isn't very fancy, but helps make the simple things simple. It

module naming question

2006-01-09 Thread Frank Wiles
Hi Everyone, I'm a BIG fan of using custom Apache directives in MP2 and because of this I've written a wrapper into my personal libs that makes using them a bit easier than the strict API calls. It isn't very fancy, but helps make the simple things simple. It's not quite ready t