remove realclean from Makefile.PL and let Distar handle it
[p5sagit/Safe-Isa.git] / Makefile.PL
index 4b66b8e..abfc0e1 100644 (file)
@@ -40,10 +40,13 @@ my %WriteMakefileArgs = (
           perl => '5.006',
         },
       },
+      test => {
+        requires => {
+          'Test::More' => '0',
+        },
+      },
     },
   },
-
-  realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] },
 );
 
 my $eumm_version  = eval $ExtUtils::MakeMaker::VERSION;