On Jul 7, 2005, at 2:40 PM, <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]> wrote:
Traditionally people create some other directory under the top-level
directory (usually it's named, for example, Bar/ if it's building
Foo::Bar) and put a separate Makefile.PL in there to build it.
See, for example, my AI::DecisionTree distribution, which has an
Instance/ subdirectory for building the AI::DecisionTree::Instance
module. It's XS-based, not Inline-based, but it should work basically
the same.
Thanks Ken, I believe that gives me sufficient guidance.
Out of curiosity, do you ever "perl -Ilib t/01-simple.t" from within
the top-level directory, or do you always "make test"? It looks to me
like only the latter would work with that directory structure.
Marvin Humphrey
Rectangular Research
http://www.rectangular.com/