Increment VERSION to 1.3.9_01 marking development
Chris Marshall [Thu, 13 May 2010 01:50:28 +0000 (21:50 -0400)]
To indicate changes in the Devel::REPL module (from the work
to integrate support for Term::ReadLine::Perl) the VERSION
has been incremented.  I'm using CPAN developers release
numbers since I don't know the process for versioning used
by the Devel::REPL team.

lib/Devel/REPL.pm

index 2f63c6b..5ca410e 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.003009'; # 1.3.9
+our $VERSION = '1.003009_01'; # 1.3.9_01
 
 with 'MooseX::Object::Pluggable';