Couple of mistakes in the manifest which was last committed, fixed
[p5sagit/Devel-REPL.git] / lib / Devel / REPL.pm
index c7640a4..6d71798 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.003000'; # 1.3.0
+our $VERSION = '1.003001'; # 1.3.1
 
 with 'MooseX::Object::Pluggable';