X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=Makefile.PL;h=26bb21128bafc56d43f1a20d8a4a40a6f2c086f2;hp=2ea7a6cab60ce1534b29d2c54380a425dc41a853;hb=75a08365ddd836a78f37d82b8d38c1642e7b20af;hpb=ef59b3d97bb334d0cb128efe7da8fbe5c28a021e diff --git a/Makefile.PL b/Makefile.PL index 2ea7a6c..26bb211 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,7 +13,7 @@ requires 'File::Spec'; requires 'Term::ReadLine'; # rest -requires 'Moose' => '0.64'; +requires 'Moose' => '0.74'; requires 'MooseX::Object::Pluggable' => '0.0009'; requires 'MooseX::Getopt' => '0.15'; requires 'MooseX::AttributeHelpers' => '0.14'; @@ -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',