From: Karen Etheridge Date: Fri, 28 Nov 2014 20:16:48 +0000 (-0800) Subject: update plugin config to make use of [OptionalFeature]'s default -prompt option X-Git-Tag: v1.003027~21 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=commitdiff_plain;h=442c002dfab77ae477c6c79efdf4b94b2f87a812 update plugin config to make use of [OptionalFeature]'s default -prompt option --- diff --git a/dist.ini b/dist.ini index bf41c5b..f2b1320 100644 --- a/dist.ini +++ b/dist.ini @@ -38,25 +38,8 @@ Task::Weaken = 0 [Prereqs / RuntimeRecommends] PPI::XS = 0.902 -[DynamicPrereqs] -; add all x_default=>1 optional prereqs to PREREQ_PM if not running -; interactively, or defaults explicitly requested. --raw = if ($ENV{PERL_MM_USE_DEFAULT} or --raw = not (-t STDIN && (-t STDOUT || !(-f STDOUT || -c STDOUT)))) { --raw = # optional feature defaults --raw = my %defaults = ( --raw = 'PPI' => '0', --raw = 'Data::Dump::Streamer' => '0', --raw = 'Data::Dumper::Concise' => '0', --raw = 'File::Next' => '0', --raw = 'B::Keywords' => '0', --raw = 'Lexical::Persistence' => '0', --raw = ); --raw = $WriteMakefileArgs{PREREQ_PM}{$_} = $FallbackPrereqs{$_} = $defaults{$_} foreach (keys %defaults); --raw = } - [OptionalFeature / Completion] -:version = 0.005 +:version = 0.017 -description = Completion plugin - extensible tab completion -always_recommend = 1 -default = 1