projects
/
scpubgit/JSON-Diffable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
76e1f30
)
Fix Makefile.PL typo
Nuno Carvalho [Sat, 25 Aug 2012 00:22:39 +0000 (
01:22
+0100)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
7c5ca12
..
3a4b73f
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-19,7
+19,7
@@
my $mymeta = do { no warnings; $ExtUtils::MakeMaker::VERSION >= 6.5702 };
WriteMakefile(
NAME => 'JSON-Diffable',
- VERSION_FROM => 'lib/JSON/Diffable.pm'
+ VERSION_FROM => 'lib/JSON/Diffable.pm',
PREREQ_PM => {
%requires,
($mymeta_works ? () : (%build_requires)),