[Bast-commits] r5883 - in trunk/Devel-REPL: . lib/Devel
oliver at dev.catalyst.perl.org
oliver at dev.catalyst.perl.org
Fri Apr 10 08:32:02 GMT 2009
Author: oliver
Date: 2009-04-10 09:32:01 +0100 (Fri, 10 Apr 2009)
New Revision: 5883
Modified:
trunk/Devel-REPL/Changes
trunk/Devel-REPL/lib/Devel/REPL.pm
Log:
had to cut a new release, missing some M::I files (how?) from the previous
Modified: trunk/Devel-REPL/Changes
===================================================================
--- trunk/Devel-REPL/Changes 2009-04-10 02:21:20 UTC (rev 5882)
+++ trunk/Devel-REPL/Changes 2009-04-10 08:32:01 UTC (rev 5883)
@@ -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
Modified: trunk/Devel-REPL/lib/Devel/REPL.pm
===================================================================
--- trunk/Devel-REPL/lib/Devel/REPL.pm 2009-04-10 02:21:20 UTC (rev 5882)
+++ trunk/Devel-REPL/lib/Devel/REPL.pm 2009-04-10 08:32:01 UTC (rev 5883)
@@ -5,7 +5,7 @@
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';
More information about the Bast-commits
mailing list