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.
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';