From: Graham Knop Date: Thu, 21 Aug 2014 15:41:35 +0000 (-0400) Subject: remove realclean from Makefile.PL and let Distar handle it X-Git-Tag: v0.031~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Simple.git;a=commitdiff_plain;h=b164d40103c0edcc62fa2d5cd0f0289d48bf24b9 remove realclean from Makefile.PL and let Distar handle it --- diff --git a/Makefile.PL b/Makefile.PL index 7b6ead1..af92644 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -58,7 +58,6 @@ my %WriteMakefileArgs = ( }, }, }, - realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] }, ); my $eumm_version = eval $ExtUtils::MakeMaker::VERSION;