Re: Sometimes MakeMaker won't make.

2005-11-08 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin Rob, On Tuesday 08 November 2005 02:40, Rob Bloodgood wrote: > Adam Kennedy wrote: > > Doesn't makemaker only like you if you have a single .pm file just in > > the root directory? > > > > And otherwise you have to have your lib files actually under lib? >

Re: Sometimes MakeMaker won't make.

2005-11-08 Thread Adriano Ferreira
On 11/8/05, David Landgren <[EMAIL PROTECTED]> wrote: > >> Adam Kennedy wrote: > >>> Doesn't makemaker only like you if you have a single .pm file just in > >>> the root directory? > >>> And otherwise you have to have your lib files actually under lib? > The trouble is... I *like* having the file

Re: Sometimes MakeMaker won't make.

2005-11-08 Thread David Landgren
James E Keenan wrote: Rob Bloodgood wrote: Adam Kennedy wrote: Doesn't makemaker only like you if you have a single .pm file just in the root directory? And otherwise you have to have your lib files actually under lib? lib/Tree/Splay.pm lib/Tree/Splay/Node.pm lib/Tree/Splay/IntRange.pm t/01_

Re: Sometimes MakeMaker won't make.

2005-11-08 Thread Adam Kennedy
Doesn't makemaker only like you if you have a single .pm file just in the root directory? And otherwise you have to have your lib files actually under lib? lib/Tree/Splay.pm lib/Tree/Splay/Node.pm lib/Tree/Splay/IntRange.pm t/01_basics.t t/02_compat.t Makefile.PL MANIFEST - us

Re: Sometimes MakeMaker won't make.

2005-11-07 Thread James E Keenan
Rob Bloodgood wrote: Adam Kennedy wrote: Doesn't makemaker only like you if you have a single .pm file just in the root directory? And otherwise you have to have your lib files actually under lib? lib/Tree/Splay.pm lib/Tree/Splay/Node.pm lib/Tree/Splay/IntRange.pm t/01_basics.t t/02_compat.t

Re: Sometimes MakeMaker won't make.

2005-11-07 Thread Rob Bloodgood
Adam Kennedy wrote: > Doesn't makemaker only like you if you have a single .pm file just in > the root directory? > > And otherwise you have to have your lib files actually under lib? > > lib/Tree/Splay.pm > lib/Tree/Splay/Node.pm > lib/Tree/Splay/IntRange.pm > t/01_basics.t > t/02_compat.t > Mak

Re: Sometimes MakeMaker won't make.

2005-11-07 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin Rob, On Monday 07 November 2005 23:22, Rob Bloodgood wrote: > I've had this problem for awhile with a distribution I've been working > on where sometimes, after invoking Makefile.PL, typing 'make' creates a > blib folder with all of the .exists files in the

Sometimes MakeMaker won't make.

2005-11-07 Thread Rob Bloodgood
I've had this problem for awhile with a distribution I've been working on where sometimes, after invoking Makefile.PL, typing 'make' creates a blib folder with all of the .exists files in the right places, but doesn't copy the actual module files to it. This was driving me crazy. I don't have a s