]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - Makefile.PL
Actually build the module before testing with the debugger
[perl/modules/Scope-Upper.git] / Makefile.PL
index 3c0ff419f9371e0cc6d456b353ab42366d61980b..614f78f515330c88a8c7230e1853e890a4f7878a 100644 (file)
@@ -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
 }