X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FInterrupt.pm;fp=lib%2FDevel%2FREPL%2FPlugin%2FInterrupt.pm;h=7d6461153b6b0a9b10c45b7d66afc01dcee231e8;hp=20adfec2d45ab2a1d3a7f35e238478000bb266e9;hb=aa8b764738156914d48d182ee0706e4c3d4e5c99;hpb=28b7103538e1b830808da8d064dd5930db815610 diff --git a/lib/Devel/REPL/Plugin/Interrupt.pm b/lib/Devel/REPL/Plugin/Interrupt.pm index 20adfec..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);