git-svn-id: http://dev.catalyst.perl.org/repos/bast/trunk/Devel-REPL@5883
bd8105ee-0ff8-0310-8827-fb3f25b6796d
+1.3.6
+ - had to cut a new release, something went wrong with use of M::I
1.3.5
- resolve rt.cpan#43807 three Completion drivers not loading Completion plugin
- resolve rt.cpan#43808 infinite recursion on Plugin::Commands when Plugin::Packages not loaded
use namespace::clean -except => [ 'meta' ];
use 5.008001; # backwards compat, doesn't warn like 5.8.1
-our $VERSION = '1.003005'; # 1.3.5
+our $VERSION = '1.003006'; # 1.3.6
with 'MooseX::Object::Pluggable';