From: Karen Etheridge Date: Fri, 24 May 2013 16:37:18 +0000 (-0700) Subject: if PPI::XS can be installed, make sure it is the version without the defined(@array... X-Git-Tag: v1.003019~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=commitdiff_plain;h=592c608bd6ba61ac652a823708fe729f0737a0f7 if PPI::XS can be installed, make sure it is the version without the defined(@array) clause in it --- diff --git a/Makefile.PL b/Makefile.PL index 45a4ed7..05ebea3 100644 --- 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;