projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c37b447
)
Require new Module::Install for dist building
Tomas Doran [Tue, 8 Dec 2009 01:04:43 +0000 (
01:04
+0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
44af576
..
4cc7e7f
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-1,6
+1,6
@@
use strict;
use warnings;
-use inc::Module::Install;
+use inc::Module::Install 0.91;
use Module::Install::ExtraTests;
use Module::Install::AuthorRequires;
use 5.008001;