projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b2d54db
)
Avoid redefined warnings from Makefile.PL.
Florian Ragwitz [Mon, 10 May 2010 01:44:18 +0000 (
03:44
+0200)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
09db26c
..
8df4b8b
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-1,6
+1,6
@@
use strict;
use warnings;
-use inc::Module::Install 0.95;
+use inc::Module::Install 0.97;
use Module::Install::AuthorRequires;
use 5.008001;