From: Robert 'phaylon' Sedlacek Date: Tue, 29 May 2012 00:24:15 +0000 (+0000) Subject: dist fixes X-Git-Tag: v0.000001~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FFile-Tree-Snapshot.git;a=commitdiff_plain;h=d5aa7d5d6031325aa907812ce8f870c8655ad927 dist fixes --- diff --git a/Makefile.PL b/Makefile.PL index 4e46a4d..287703a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,7 @@ 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 };