projects
/
scpubgit/File-Tree-Snapshot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c19ee8f
)
fixed prereq typo
Robert 'phaylon' Sedlacek [Thu, 30 Aug 2012 19:19:34 +0000 (19:19 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
7b92fa4
..
84e9c6b
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-5,7
+5,7
@@
use ExtUtils::MakeMaker;
(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
-my %build_requires => (
+my %build_requires = (
'Test::More' => 0,
);