From: Karen Etheridge Date: Mon, 12 May 2014 21:42:11 +0000 (-0700) Subject: clean everything in "make realclean" X-Git-Tag: v1.005005~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c4a93abc007d5be130bfa16dc7fc2712e3891998;p=p5sagit%2Fstrictures.git clean everything in "make realclean" --- diff --git a/Makefile.PL b/Makefile.PL index 1189236..d8b2195 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -54,6 +54,7 @@ my %MM_ARGS = ( PREREQ_PM => { ($] >= 5.008004 && $have_compiler ? %extra_prereqs : () ) }, + realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] }, ); sub parse_args {