When I set NORECURS to true in my Makefile.PL,
MakeMaker doesn't recurse into subdirs and
create their Makefiles. The problem is,
the Makefile it creates in the current
directory still tries to recurse into
those subdirectories when I type "make",
and fails because no Makefile is present
there. What am I missing?