X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FInterrupt.pm;h=7d6461153b6b0a9b10c45b7d66afc01dcee231e8;hb=09be07bab31ac62b358e3c12145fe44a5a9b55e6;hp=d7d7d768714d60ed11f3e888c841b21157090da2;hpb=54fea9b0966ec7b5f91bc0567a41503c2e4e283b;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/Interrupt.pm b/lib/Devel/REPL/Plugin/Interrupt.pm index d7d7d76..7d64611 100644 --- a/lib/Devel/REPL/Plugin/Interrupt.pm +++ b/lib/Devel/REPL/Plugin/Interrupt.pm @@ -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::autoclean; around 'run' => sub { my ($orig, $self) = (shift, shift); @@ -60,8 +60,4 @@ can still use Ctrl-D to exit.) Shawn M Moore, C<< >> -=head1 CONTRIBUTORS - -Norbert Buchmuller C<< >> - =cut