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.

hth,

Dave...

Reply via email to