in reply to Packages & Makefile.PL
Do you also have a Makefile.PL for Foo::Bar::Baz in the subdirectory with Baz.pm? It sounds like you might not, and you need it for this to work.
If you create a Makefile.PL for each module, ExtUtils::MakeMaker will recurse and find each of them when you run "perl Makefile.PL" from the top-level directory.
After that, Foo::Bar should see Foo::Bar::Baz when "make test" is run.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Packages & Makefile.PL
by tachyon (Chancellor) on Apr 14, 2002 at 18:27 UTC |