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

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Wed Jul 1 18:01:04 GMT 2009


Author: t0m
Date: 2009-07-01 18:01:04 +0000 (Wed, 01 Jul 2009)
New Revision: 6926

Modified:
   trunk/Devel-REPL/Changes
   trunk/Devel-REPL/lib/Devel/REPL.pm
Log:
Bump versions

Modified: trunk/Devel-REPL/Changes
===================================================================
--- trunk/Devel-REPL/Changes	2009-07-01 17:50:03 UTC (rev 6925)
+++ trunk/Devel-REPL/Changes	2009-07-01 18:01:04 UTC (rev 6926)
@@ -1,4 +1,4 @@
-
+1.3.7
   - resolve rt.cpan#44919 fix deprecated use of compute_all_applicable_methods
 1.3.6
   - had to cut a new release, something went wrong with use of M::I

Modified: trunk/Devel-REPL/lib/Devel/REPL.pm
===================================================================
--- trunk/Devel-REPL/lib/Devel/REPL.pm	2009-07-01 17:50:03 UTC (rev 6925)
+++ trunk/Devel-REPL/lib/Devel/REPL.pm	2009-07-01 18:01:04 UTC (rev 6926)
@@ -5,7 +5,7 @@
 use namespace::clean -except => [ 'meta' ];
 use 5.008001; # backwards compat, doesn't warn like 5.8.1
 
-our $VERSION = '1.003006'; # 1.3.6
+our $VERSION = '1.003007'; # 1.3.7
 
 with 'MooseX::Object::Pluggable';
 




More information about the Bast-commits mailing list