add travis config
[p5sagit/Import-Into.git] / Makefile.PL
index 228b31f..069e38f 100644 (file)
@@ -42,12 +42,11 @@ my %META = (
 );
 
 my %MM_ARGS = (
-  realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] },
 );
 
 ## BOILERPLATE ###############################################################
 require ExtUtils::MakeMaker;
-(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
+(do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
 # have to do this since old EUMM dev releases miss the eval $VERSION line
 my $eumm_version  = eval $ExtUtils::MakeMaker::VERSION;