projects
/
p5sagit/Devel-PeekPoke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
24538b0
)
Require bugfixed M::I
Peter Rabbitson [Tue, 20 Mar 2012 09:53:10 +0000 (10:53 +0100)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
9592707
..
bc32aca
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-3,7
+3,7
@@
use strict;
use 5.006;
-use inc::Module::Install '1.01';
+use inc::Module::Install '1.06';
my $use_pp = $ENV{DEVEL_PEEK_POKE_USE_PP} || ! can_cc();