From: Matt S Trout Date: Wed, 16 Feb 2011 12:41:12 +0000 (+0000) Subject: can't disttest as a direct dep of dist contruction - doesn't wipe the distdir and... X-Git-Tag: v0.001000~33 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e06cbac390bc7170510f4b7b405a7546b201c2d4;p=p5sagit%2FDistar.git can't disttest as a direct dep of dist contruction - doesn't wipe the distdir and rebuild post disttest --- diff --git a/lib/Distar.pm b/lib/Distar.pm index 0a1a47c..76268d3 100644 --- a/lib/Distar.pm +++ b/lib/Distar.pm @@ -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)"