[Bast-commits] r5878 - in trunk/Devel-REPL: . lib/Devel

oliver at dev.catalyst.perl.org oliver at dev.catalyst.perl.org
Thu Apr 9 21:55:20 GMT 2009


Author: oliver
Date: 2009-04-09 22:55:20 +0100 (Thu, 09 Apr 2009)
New Revision: 5878

Modified:
   trunk/Devel-REPL/Changes
   trunk/Devel-REPL/Makefile.PL
   trunk/Devel-REPL/lib/Devel/REPL.pm
Log:
version bumps and Changes edit for new release

Modified: trunk/Devel-REPL/Changes
===================================================================
--- trunk/Devel-REPL/Changes	2009-04-09 21:41:59 UTC (rev 5877)
+++ trunk/Devel-REPL/Changes	2009-04-09 21:55:20 UTC (rev 5878)
@@ -1,4 +1,9 @@
-upcoming
+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
+  - resolve rt.cpan#44902 warning due to deprecated use of alias_method in Plugin.pm
+  - add comment formatting option to the nopaste plugin
+  - add #pastetitle command to Nopaste plugin
   - If the object we're dumping has stringification overloading, then use
     it directly
 1.3.4

Modified: trunk/Devel-REPL/Makefile.PL
===================================================================
--- trunk/Devel-REPL/Makefile.PL	2009-04-09 21:41:59 UTC (rev 5877)
+++ trunk/Devel-REPL/Makefile.PL	2009-04-09 21:55:20 UTC (rev 5878)
@@ -15,8 +15,8 @@
 # rest
 requires 'Moose' => '0.74';
 requires 'MooseX::Object::Pluggable' => '0.0009';
-requires 'MooseX::Getopt' => '0.15';
-requires 'MooseX::AttributeHelpers' => '0.14';
+requires 'MooseX::Getopt' => '0.18';
+requires 'MooseX::AttributeHelpers' => '0.16';
 requires 'namespace::clean';
 requires 'File::HomeDir';
 requires 'Task::Weaken';

Modified: trunk/Devel-REPL/lib/Devel/REPL.pm
===================================================================
--- trunk/Devel-REPL/lib/Devel/REPL.pm	2009-04-09 21:41:59 UTC (rev 5877)
+++ trunk/Devel-REPL/lib/Devel/REPL.pm	2009-04-09 21:55:20 UTC (rev 5878)
@@ -5,7 +5,7 @@
 use namespace::clean -except => [ 'meta' ];
 use 5.008001; # backwards compat, doesn't warn like 5.8.1
 
-our $VERSION = '1.003004'; # 1.3.4
+our $VERSION = '1.003005'; # 1.3.5
 
 with 'MooseX::Object::Pluggable';
 




More information about the Bast-commits mailing list