git-svn-id: http://dev.catalyst.perl.org/repos/bast/trunk/Devel-REPL@4085
bd8105ee-0ff8-0310-8827-fb3f25b6796d
+1.2.0
- deprecate NewlineHack plugin, cause fixed in REPL.pm
- OutputCache plugin
- MultiLine::PPI plugin
use namespace::clean -except => [ 'meta' ];
use 5.8.1; # might work with earlier perls but probably not
-our $VERSION = '1.001000'; # 1.1.0
+our $VERSION = '1.002000'; # 1.2.0
with 'MooseX::Object::Pluggable';