remove realclean from Makefile.PL and let Distar handle it
Graham Knop [Thu, 21 Aug 2014 15:47:20 +0000 (11:47 -0400)]
Makefile.PL

index 228b31f..1be6a00 100644 (file)
@@ -42,7 +42,6 @@ my %META = (
 );
 
 my %MM_ARGS = (
-  realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] },
 );
 
 ## BOILERPLATE ###############################################################