From: Karen Etheridge Date: Wed, 2 Apr 2014 16:55:40 +0000 (-0700) Subject: also blow away Distar dir on "make realclean" X-Git-Tag: v0.006017~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a2de6933db41cca2f6b424e19c266c2791ab946b;p=p5sagit%2FDevel-Declare.git also blow away Distar dir on "make realclean" --- diff --git a/Makefile.PL b/Makefile.PL index c30913f..a75f0d6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -65,6 +65,8 @@ WriteMakefile( C => [ 'Declare.c' ], XS => { 'Declare.xs' => 'Declare.c' }, + realclean => { FILES => 'Distar/' }, + $pkg->get_makefile_vars, );