can't disttest as a direct dep of dist contruction - doesn't wipe the distdir and...
Matt S Trout [Wed, 16 Feb 2011 12:41:12 +0000 (12:41 +0000)]
lib/Distar.pm

index 0a1a47c..76268d3 100644 (file)
@@ -71,7 +71,7 @@ sub run_preflight {
 sub MY::postamble { <<'END'; }
 preflight:
        perl -Idistar/lib -MDistar -erun_preflight $(VERSION)
-upload: preflight disttest $(DISTVNAME).tar$(SUFFIX)
+upload: preflight $(DISTVNAME).tar$(SUFFIX)
        cpan-upload $(DISTVNAME).tar$(SUFFIX)
 release: upload
        git commit -a -m "Release commit for $(VERSION)"