From: Graham Knop Date: Thu, 21 Aug 2014 15:41:53 +0000 (-0400) Subject: remove realclean from Makefile.PL and let Distar handle it X-Git-Tag: v1.000006~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSafe-Isa.git;a=commitdiff_plain;h=999ff2a4f3c0f1e3d0e4191f65971b2a7fd36d76 remove realclean from Makefile.PL and let Distar handle it --- diff --git a/Makefile.PL b/Makefile.PL index fed4f45..abfc0e1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -47,8 +47,6 @@ my %WriteMakefileArgs = ( }, }, }, - - realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] }, ); my $eumm_version = eval $ExtUtils::MakeMaker::VERSION;