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
> Makefile.PL
> MANIFEST
> 
> -----------------
> 
> use ExtUtils::MakeMaker;
> 
> WriteMakefile(
>               NAME            => 'Tree::Splay',
>               VERSION_FROM    => 'lib/Tree/Splay.pm'
>               );
> 
> Try that...

Well... I don't know if your conjecture is true, but your suggestion
worked like a charm.  Thanks! (and now I'm on my way to reorganize my
other distribution...)

L8r,
Rob

Reply via email to