bump version for release
[p5sagit/Devel-REPL.git] / lib / Devel / REPL.pm
index c174bbd..2dc6035 100644 (file)
@@ -5,7 +5,7 @@ use Moose;
 use namespace::autoclean;
 use 5.008001; # backwards compat, doesn't warn like 5.8.1
 
-our $VERSION = '1.003017';
+our $VERSION = '1.003019';
 
 with 'MooseX::Object::Pluggable';
 
@@ -13,6 +13,7 @@ use Devel::REPL::Error;
 
 has 'term' => (
   is => 'rw',
+  lazy => 1,
   default => sub { Term::ReadLine->new('Perl REPL') }
 );
 
@@ -469,6 +470,8 @@ Matt S Trout - mst (at) shadowcatsystems.co.uk (L<http://www.shadowcatsystems.co
 
 =item Chris Marshall
 
+=item Karen Etheridge C<< <ether@cpan.org> >>
+
 =back
 
 =head1 LICENSE