+1.3.4
+ - resolve rt.cpan#43109 Missing deps for Default Profile Plugins
1.3.3
- make Nopaste attribute lazy
- make ReadLineHistory history file location portable
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',
'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',
'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',
use namespace::clean -except => [ 'meta' ];
use 5.008001; # backwards compat, doesn't warn like 5.8.1
-our $VERSION = '1.003003'; # 1.3.3
+our $VERSION = '1.003004'; # 1.3.4
with 'MooseX::Object::Pluggable';