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.
In reply to Re: Packages & Makefile.PL
by mattriff
in thread Packages & Makefile.PL
by Beatnik
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |