projects
/
scpubgit/JSON-Diffable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8b5ec61
)
Makefile.PL typo
Robert 'phaylon' Sedlacek [Thu, 31 May 2012 22:04:29 +0000 (22:04 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
4736487
..
a565fac
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-3,7
+3,7
@@
use warnings;
use ExtUtils::MakeMaker;
-my %build_requires => (
+my %build_requires = (
'Test::More' => 0.98,
);