projects
/
scpubgit/File-Tree-Snapshot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ed0958d
)
dist fixes
Robert 'phaylon' Sedlacek [Tue, 29 May 2012 00:24:15 +0000 (
00:24
+0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
4e46a4d
..
287703a
100644
(file)
--- 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 };