clean everything in "make realclean"
Karen Etheridge [Mon, 12 May 2014 21:42:11 +0000 (14:42 -0700)]
Makefile.PL

index 1189236..d8b2195 100644 (file)
@@ -54,6 +54,7 @@ my %MM_ARGS = (
   PREREQ_PM => {
     ($] >= 5.008004 && $have_compiler ? %extra_prereqs : () )
   },
+  realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] },
 );
 
 sub parse_args {