From: Karen Etheridge Date: Sat, 26 Apr 2014 20:36:32 +0000 (-0700) Subject: "make realclean" also cleans Distar dir X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=45f07baa52cb4af246bd2ffa9daf466af4d00f36;p=gitmo%2FRole-Tiny.git "make realclean" also cleans Distar dir --- diff --git a/Makefile.PL b/Makefile.PL index 90481b3..c8b32fd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -51,6 +51,7 @@ my %MM_ARGS = ( PREREQ_PM => { ($] >= 5.010 ? () : ('MRO::Compat' => 0)), } + realclean => { FILES => 'Distar/' }, ); ##############################################################################