Update version to 1.003010_01 for development
Chris Marshall [Thu, 10 Jun 2010 01:59:34 +0000 (21:59 -0400)]
lib/Devel/REPL.pm

index d38f378..a77dcaf 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.003010';
+our $VERSION = '1.003010_01';
 
 with 'MooseX::Object::Pluggable';