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