projects
/
p5sagit/Devel-REPL.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1fbbc87
)
if PPI::XS can be installed, make sure it is the version without the defined(@array...
Karen Etheridge [Fri, 24 May 2013 16:37:18 +0000 (09:37 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
45a4ed7
..
05ebea3
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-29,6
+29,8
@@
requires 'B::Concise';
requires 'Term::ANSIColor';
requires 'Devel::Peek';
+recommends 'PPI::XS' => '0.902';
+
feature 'Completion plugin - extensible tab completion',
-default => 1,
'PPI' => 0;