From: Graham Knop Date: Thu, 21 Aug 2014 15:47:20 +0000 (-0400) Subject: remove realclean from Makefile.PL and let Distar handle it X-Git-Tag: v1.002005~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FImport-Into.git;a=commitdiff_plain;h=e1cd9a3b565ef6cd31e1b00c4e61e650e65fd089 remove realclean from Makefile.PL and let Distar handle it --- diff --git a/Makefile.PL b/Makefile.PL index 228b31f..1be6a00 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -42,7 +42,6 @@ my %META = ( ); my %MM_ARGS = ( - realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] }, ); ## BOILERPLATE ###############################################################