From: Chris Marshall Date: Thu, 13 May 2010 01:50:28 +0000 (-0400) Subject: Increment VERSION to 1.3.9_01 marking development X-Git-Tag: v1.003015~39 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=10bf9f1c3f8e41373660534c966be8a2eb24e178;p=p5sagit%2FDevel-REPL.git Increment VERSION to 1.3.9_01 marking development 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. --- diff --git a/lib/Devel/REPL.pm b/lib/Devel/REPL.pm index 2f63c6b..5ca410e 100644 --- a/lib/Devel/REPL.pm +++ b/lib/Devel/REPL.pm @@ -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';