]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
Actually build the module before testing with the debugger
authorVincent Pit <vince@profvince.com>
Fri, 16 Jan 2009 19:47:17 +0000 (20:47 +0100)
committerVincent Pit <vince@profvince.com>
Fri, 16 Jan 2009 19:47:17 +0000 (20:47 +0100)
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
 }