On Sun, Mar 30, 2003 at 09:48:15PM -0500, Kurt Starsinic wrote: > I don't quite get it. I just made a stub Makefile.PL thus: > > use ExtUtils::MakeMaker; > WriteMakefile( > NAME => 'foo', > DIR => [ 'subdir' ], > ); > > with a subdir/Makefile.PL thus: > > use ExtUtils::MakeMaker; > WriteMakefile(NAME => 'foo/subdir'); > > and when I say, "perl Makefile.PL A B", subdir/Makefile contains > the following target:
Try Makefile.PL PREFIX=foo and look at the subdir/Makefile's PREFIX macro. -- You're smoother than a tunnel of shining sorrow.
