Etheridge!)
- fix "Attempt to use reference as lvalue in substr" warning on perl 5.16
(thanks, ilmari!)
+ - plugins that are used by the default profile now default to being
+ installed, fixing RT#83669 and RT#83677
1.003013
- Make Sys::SigAction optional dependency for Win32 systems
'Data::Dumper::Concise' => 0;
feature 'INC completion driver - tab complete module names in use and require',
- -default => 0,
+ -default => 1,
'File::Next' => 0;
feature 'Interrupt plugin - traps SIGINT to kill long-running lines',
'Sys::SigAction' => 0;
feature 'Keywords completion driver - tab complete Perl keywords and operators',
- -default => 0,
+ -default => 1,
'B::Keywords' => 0;
feature 'LexEnv plugin - variables declared with "my" persist between statements',