Move to Moo for fast bootstrapping.
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Interrupt.pm
index d7d7d76..efd5e77 100644 (file)
@@ -2,7 +2,7 @@ package Devel::REPL::Plugin::Interrupt;
 
 use Devel::REPL::Plugin;
 use Sys::SigAction qw(set_sig_handler);
-use namespace::clean -except => [ 'meta' ];
+use namespace::sweep;
 
 around 'run' => sub {
     my ($orig, $self) = (shift, shift);
@@ -60,8 +60,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