From: Graham Knop Date: Wed, 20 Aug 2014 19:55:05 +0000 (-0400) Subject: clean Distar and MANIFEST files in realclean X-Git-Tag: v0.002000~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0a3fdb2313e54633ae5631a3c66223f9b935d754;p=p5sagit%2FDistar.git clean Distar and MANIFEST files in realclean --- diff --git a/lib/Distar.pm b/lib/Distar.pm index dc43ad0..ae72c84 100644 --- a/lib/Distar.pm +++ b/lib/Distar.pm @@ -134,6 +134,10 @@ sub run_preflight { %$args, ABSTRACT_FROM => $args->{VERSION_FROM}, test => { TESTS => ($args->{test}{TESTS}||'t/*.t').' xt/*.t xt/*/*.t' }, + realclean => { FILES => ( + ($args->{realclean}{FILES}||'') + . ' Distar/ MANIFEST.SKIP MANIFEST MANIFEST.bak' + ) }, }); }