add self to contributors
[p5sagit/Devel-REPL.git] / lib / Devel / REPL.pm
index c174bbd..f970581 100644 (file)
@@ -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