had to cut a new release, missing some M::I files (how?) from the previous
oliver [Fri, 10 Apr 2009 08:32:01 +0000 (08:32 +0000)]
git-svn-id: http://dev.catalyst.perl.org/repos/bast/trunk/Devel-REPL@5883 bd8105ee-0ff8-0310-8827-fb3f25b6796d

Changes
lib/Devel/REPL.pm

diff --git a/Changes b/Changes
index 3620787..e30bf57 100644 (file)
--- 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
index 3429104..7720317 100644 (file)
@@ -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';