Distar'ified distribution
[scpubgit/File-Tree-Snapshot.git] / Makefile.PL
index 4e46a4d..7b92fa4 100644 (file)
@@ -3,14 +3,17 @@ use warnings;
 
 use ExtUtils::MakeMaker;
 
+(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
+
 my %build_requires => (
+    'Test::More'        => 0,
 );
 
 my %requires = (
     'Moo'               => 0.009013,
     'File::Path'        => 0,
     'File::Basename'    => 0,
-)
+);
 
 # have to do this since old EUMM dev releases miss the eval $VERSION line
 my $mymeta_works = do { no warnings; $ExtUtils::MakeMaker::VERSION >= 6.5707 };