X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=Makefile.PL;h=a2b36d846c38fd9c968dd2b1c21c7713c2e2ed69;hp=2752336f20c41481daf5cd4cb3a6c711686be786;hb=565d0d47c0967e72abd4e54ce4aed9ffd2f3dbc9;hpb=ab213f1fb1871c2b753fcea321938e8815a04c39 diff --git a/Makefile.PL b/Makefile.PL index 2752336..a2b36d8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,6 +3,7 @@ use warnings; use inc::Module::Install 0.76; name 'Devel-REPL'; +perl_version '5.008001'; all_from 'lib/Devel/REPL.pm'; install_script 'script/re.pl'; @@ -24,11 +25,11 @@ requires 'Term::ANSIColor'; requires 'Devel::Peek'; feature 'Completion plugin - extensible tab completion', - -default => 0, + -default => 1, 'PPI' => 0; feature 'DDS plugin - better format results with Data::Dump::Streamer', - -default => 0, + -default => 1, 'Data::Dump::Streamer' => 0; feature 'INC completion driver - tab complete module names in use and require', @@ -40,11 +41,11 @@ feature 'Keywords completion driver - tab complete Perl keywords and operators', 'B::Keywords' => 0; feature 'LexEnv plugin - variables declared with "my" persist between statements', - -default => 0, + -default => 1, 'Lexical::Persistence' => 0; feature 'MultiLine::PPI plugin - continue reading lines until all blocks are closed', - -default => 0, + -default => 1, 'PPI' => 0; feature 'Nopaste plugin - upload a session\'s input and output to a Pastebin', @@ -52,7 +53,7 @@ feature 'Nopaste plugin - upload a session\'s input and output to a Pastebin', 'App::Nopaste' => 0; feature 'PPI plugin - PPI dumping of Perl code', - -default => 0, + -default => 1, 'PPI' => 0; feature 'Refresh plugin - automatically reload libraries with Module::Refresh',