make "perl -c script/re.pl" not start up the REPL
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Interrupt.pm
index d7d7d76..1b2551e 100644 (file)
@@ -1,8 +1,10 @@
+use strict;
+use warnings;
 package Devel::REPL::Plugin::Interrupt;
 
 use Devel::REPL::Plugin;
 use Sys::SigAction qw(set_sig_handler);
-use namespace::clean -except => [ 'meta' ];
+use namespace::autoclean;
 
 around 'run' => sub {
     my ($orig, $self) = (shift, shift);
@@ -60,8 +62,4 @@ can still use Ctrl-D to exit.)
 
 Shawn M Moore, C<< <sartak at gmail dot com> >>
 
-=head1 CONTRIBUTORS
-
-Norbert Buchmuller C<< <norbi@nix.hu> >>
-
 =cut