At Fri, 16 Mar 2001 08:07:28 -0500 (EST), I wrote:
> At Fri, 16 Mar 2001 13:00:43 +0000, Simon Wistow <[EMAIL PROTECTED]> wrote:
> > I have a module which I'm trying to package in this directory 
> > structure
> > ...
> > 
> > [simon@2sp deploy]$ ls -R *
> > Changes  MANIFEST  Makefile  Makefile.PL  test.pl
> > 
> > Apache:
> > Session/
> > 
> > Apache/Session:
> > SharedMem.pm  Store/
> > 
> > Apache/Session/Store:
> > SharedMem.pm
> > [simon@2sp deploy]$
> > 
> > 
> > But I can't seem to get Makefile.PL/MakeMaker to pick up
> > Apache::Session::Store::SharedMem and install it.
> > 
> > Any ideas?
> 
> Yeah. IIRC you need to put secondary modules like that into a ./lib
> directory in order for them to be handled automatically. Oh, and make
> sure it's in the MANIFEST too.

Knew this sounded familiar. If you want an examlpe of this, see the
Symbol::Approx::Sub 2.0 Beta that's available at 
<http://www.dave.org.uk/modules/>

That uses exactly this method.

Dave...

Reply via email to