X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=a2b36d846c38fd9c968dd2b1c21c7713c2e2ed69;hp=2ea7a6cab60ce1534b29d2c54380a425dc41a853;hb=44e1719786d9d4384e01f659f8104baf1560b3a0;hpb=a478012dca1a93094781d2df758c4f7dc8d0a87e diff --git a/Makefile.PL b/Makefile.PL index 2ea7a6c..a2b36d8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -25,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', @@ -41,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', @@ -53,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',