actually, http://perl.apache.org/src/apache-modlist.html recommends

h2xs -AX -n Apache::YourPackageName

what's the -C option - it isn't in my perldoc h2xs?

--Geoff

> -----Original Message-----
> From: Matt Sergeant [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 29, 2000 4:40 AM
> To: Francesc Guasch
> Cc: '[EMAIL PROTECTED]'
> Subject: Re: [new module] proposal Apache::DebugHeaders
> 
> 
> 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
> 

Reply via email to