From: Karen Etheridge Date: Sat, 16 Aug 2014 22:01:39 +0000 (-0700) Subject: add some realclean targets X-Git-Tag: v1.000005~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSafe-Isa.git;a=commitdiff_plain;h=7a71b480a4f734cf661b31e4fe7e3b7b294a1b6a add some realclean targets --- diff --git a/Makefile.PL b/Makefile.PL index 0769a63..8a00724 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -34,4 +34,6 @@ WriteMakefile( }, }, ), + + realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] }, );