On Tue, Jul 22, 2008 at 04:15:41PM -0500, Brandon Casey wrote: > The perl modules must be copied to blib/lib so they are available for > testing. > > Signed-off-by: Brandon Casey <casey@xxxxxxxxxxxxxxx> I don't understand why do you need to do this; perl.mak should do this on its own during project-wide make all. What Perl version are you using? How does the pm_to_blib target look like? pm_to_blib : $(TO_INST_PM) $(NOECHO) $(ABSPERLRUN) -MExtUtils::Install -e 'pm_to_blib({@ARGV}, '\''$(INST_LIB)/auto'\'', '\''$(PM_FILTER)'\'')' -- \ Git.pm $(INST_LIBDIR)/Git.pm $(NOECHO) $(TOUCH) pm_to_blib here. Is your INST_LIB = blib/lib and INST_LIBDIR = $(INST_LIB)? -- Petr "Pasky" Baudis As in certain cults it is possible to kill a process if you know its true name. -- Ken Thompson and Dennis M. Ritchie -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html