RE: [Rare Modules] Apache::RegistryNG

2000-02-04 Thread Geoffrey Young
; Sent: Friday, February 04, 2000 1:25 PM > To: mod_perl list > Subject: Re: [Rare Modules] Apache::RegistryNG > > > On Fri, 4 Feb 2000, Simon Rosenthal wrote: > > > At 07:55 PM 2/4/00 +0200, Stas Bekman wrote: > > > > At 06:17 PM 2/4/00 +0200, Stas Bekman wro

Re: [Rare Modules] Apache::RegistryNG

2000-02-04 Thread Stas Bekman
On Fri, 4 Feb 2000, Simon Rosenthal wrote: > At 07:55 PM 2/4/00 +0200, Stas Bekman wrote: > > > At 06:17 PM 2/4/00 +0200, Stas Bekman wrote: > > > >The next module is Apache::RegistryNG. > > > > > > > >C is the same as C, aside from > > > >using filename instead of URI for the namespace. It also

Re: [Rare Modules] Apache::RegistryNG

2000-02-04 Thread Stas Bekman
> > C inherits from C, but the > > handler() is overriden. > > Does this have any implications for users of `dirty' scripts? Apache::PerlRun is for the `dirty' scripts, Apache::RegistryNG is not. > Obviously such scripts will be `legacy' code, of course... > > 73, > Ged. > > _

Re: [Rare Modules] Apache::RegistryNG

2000-02-04 Thread Simon Rosenthal
At 07:55 PM 2/4/00 +0200, Stas Bekman wrote: > > At 06:17 PM 2/4/00 +0200, Stas Bekman wrote: > > >The next module is Apache::RegistryNG. > > > > > >C is the same as C, aside from > > >using filename instead of URI for the namespace. It also uses OO > > >interface. > > > > > > > > > > >There is

Re: [Rare Modules] Apache::RegistryNG

2000-02-04 Thread G.W. Haywood
Hi there, On Fri, 4 Feb 2000, Stas Bekman wrote: > C inherits from C, but the > handler() is overriden. Does this have any implications for users of `dirty' scripts? Obviously such scripts will be `legacy' code, of course... 73, Ged.

Re: [Rare Modules] Apache::RegistryNG

2000-02-04 Thread Stas Bekman
> At 06:17 PM 2/4/00 +0200, Stas Bekman wrote: > >The next module is Apache::RegistryNG. > > > >C is the same as C, aside from > >using filename instead of URI for the namespace. It also uses OO > >interface. > > > > > > >There is no compelling reason to use C over > >C, unless you want to do

Re: [Rare Modules] Apache::RegistryNG

2000-02-04 Thread Simon Rosenthal
At 06:17 PM 2/4/00 +0200, Stas Bekman wrote: >The next module is Apache::RegistryNG. > >C is the same as C, aside from >using filename instead of URI for the namespace. It also uses OO >interface. > > >There is no compelling reason to use C over >C, unless you want to do add or change the >fun

[Rare Modules] Apache::RegistryNG

2000-02-04 Thread Stas Bekman
The next module is Apache::RegistryNG. C is the same as C, aside from using filename instead of URI for the namespace. It also uses OO interface. PerlModule Apache::RegistryNG SetHandler perl-script PerlHandler ApacheRegistryNG->handler C inherits from C, but the handler() is ov