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=2752336f20c41481daf5cd4cb3a6c711686be786;hb=c1c8966706abed2189ab3ea1ff358ac298930625;hpb=ab213f1fb1871c2b753fcea321938e8815a04c39 diff --git a/Makefile.PL b/Makefile.PL index 2752336..26bb211 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'; @@ -12,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'; @@ -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',