From: oliver Date: Fri, 10 Apr 2009 08:32:01 +0000 (+0000) Subject: had to cut a new release, missing some M::I files (how?) from the previous X-Git-Tag: v1.003015~58 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=commitdiff_plain;h=79697f6184b05e3778e6090166d5bd9fcbd243b9;hp=3601a89e23470229bf89cbe942ec233acfd0e290 had to cut a new release, missing some M::I files (how?) from the previous git-svn-id: http://dev.catalyst.perl.org/repos/bast/trunk/Devel-REPL@5883 bd8105ee-0ff8-0310-8827-fb3f25b6796d --- diff --git a/Changes b/Changes index 3620787..e30bf57 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +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 diff --git a/lib/Devel/REPL.pm b/lib/Devel/REPL.pm index 3429104..7720317 100644 --- a/lib/Devel/REPL.pm +++ b/lib/Devel/REPL.pm @@ -5,7 +5,7 @@ use Moose; 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';