On Wed, 29 Mar 2000, Francesc Guasch wrote: > A very easy way of create Makefile.PL and module files > and directories is typing this: > > h2xs -X -n My::Object Please don't do that for mod_perl. You get autoloading that way, which means mod_perl can't load the methods at start time, which means they aren't shared. Use: h2xs -X -A -C -n My::Object -- <Matt/> Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org http://xml.sergeant.org
- [new module] proposal Apache::DebugHeaders Geoffrey Young
- Re: [new module] proposal Apache::DebugHeaders Stas Bekman
- Re: [new module] proposal Apache::DebugHeaders Francesc Guasch
- Re: [new module] proposal Apache::DebugHead... Matt Sergeant
- Re: [new module] proposal Apache::DebugHeaders Ask Bjoern Hansen
- RE: [new module] proposal Apache::DebugHeaders Geoffrey Young
- RE: [new module] proposal Apache::DebugHeaders Matt Sergeant
- RE: [new module] proposal Apache::DebugHeaders Geoffrey Young
- RE: [new module] proposal Apache::DebugHeaders Geoffrey Young
- Re: [new module] proposal Apache::DebugHeaders Geoffrey Young
- Re: [new module] proposal Apache::DebugHeaders Ask Bjoern Hansen
- RE: [new module] proposal Apache::DebugHeaders Geoffrey Young
- Re: [new module] proposal Apache::DebugHeaders Graham Barr
- RE: [new module] proposal Apache::DebugHeaders Geoffrey Young