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

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