From: Vincent Pit Date: Fri, 16 Jan 2009 19:47:17 +0000 (+0100) Subject: Actually build the module before testing with the debugger X-Git-Tag: v0.06~4 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=commitdiff_plain;h=f4c54ceec84d4ccfa3fefc4e13ee0932223faea5 Actually build the module before testing with the debugger --- diff --git a/Makefile.PL b/Makefile.PL index 3c0ff41..614f78f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -40,7 +40,7 @@ package MY; sub postamble { return <<'POSTAMBLE'; -testdeb: +testdeb: all PERL_DL_NONLAZY=1 PERLDB_OPTS="NonStop=1" prove --exec='$(PERL) -d -T -I$(INST_LIB) -I$(INST_ARCHLIB)' $(TEST_FILES) POSTAMBLE }