projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
af1f4f8
)
Require bugfixed Module::Install
Peter Rabbitson [Thu, 22 Mar 2012 08:48:33 +0000 (09:48 +0100)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
d12d21a
..
2ecd83f
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-2,7
+2,7
@@
use strict;
use warnings;
use 5.008001;
-use inc::Module::Install 1.00;
+use inc::Module::Install 1.06;
##
## DO NOT USE THIS HACK IN YOUR DISTS!!! (it makes #toolchain sad)