Bump versions
t0m [Wed, 1 Jul 2009 18:01:04 +0000 (18:01 +0000)]
git-svn-id: http://dev.catalyst.perl.org/repos/bast/trunk/Devel-REPL@6926 bd8105ee-0ff8-0310-8827-fb3f25b6796d

Changes
lib/Devel/REPL.pm

diff --git a/Changes b/Changes
index f228aae..56aa5d8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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
index 7720317..a38d2fe 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.003006'; # 1.3.6
+our $VERSION = '1.003007'; # 1.3.7
 
 with 'MooseX::Object::Pluggable';