newer [OptionalFeature] handles ' escaping properly'
[p5sagit/Devel-REPL.git] / dist.ini
index bf41c5b..2323e58 100644 (file)
--- 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
@@ -106,7 +89,8 @@ Lexical::Persistence = 0
 PPI = 0
 
 [OptionalFeature / Nopaste]
--description = Nopaste plugin - upload a session\'s input and output to a Pastebin
+:version = 0.019
+-description = Nopaste plugin - upload a session's input and output to a Pastebin
 -always_recommend = 1
 -default = 0
 App::Nopaste = 0