Increment VERSION to 1.3.9_01 marking development
[p5sagit/Devel-REPL.git] / lib / Devel / REPL.pm
index 3429104..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.003005'; # 1.3.5
+our $VERSION = '1.003009_01'; # 1.3.9_01
 
 with 'MooseX::Object::Pluggable';
 
@@ -406,6 +406,10 @@ Matt S Trout - mst (at) shadowcatsystems.co.uk (L<http://www.shadowcatsystems.co
 
 =item Andrew Moore - C<< <amoore@cpan.org> >>
 
+=item Norbert Buchmuller C<< <norbi@nix.hu> >>
+
+=item Dave Houston C<< <dhouston@cpan.org> >>
+
 =back
 
 =head1 LICENSE