From: Graham Knop Date: Thu, 21 Aug 2014 15:40:43 +0000 (-0400) Subject: remove realclean from Makefile.PL and let Distar handle it X-Git-Tag: v1.005006~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fstrictures.git;a=commitdiff_plain;h=754bf3a2a63513e9cbdbaa0fa819f331e9bdaf47 remove realclean from Makefile.PL and let Distar handle it --- diff --git a/Makefile.PL b/Makefile.PL index d2c495e..e34050d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -56,7 +56,6 @@ my %MM_ARGS = ( PREREQ_PM => { ($] >= 5.008004 && $have_compiler ? %extra_prereqs : () ) }, - realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] }, ); sub parse_args {