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;h=0df8cb0a01b69da0cbc89bbedc09bff013ae249a;hp=fdb2b5a4de138b8faa39bb079f6e820ed70aad9a;hb=6a5409bc859187db7d7553e4c19a559aeeba6430;hpb=c015ad3bfc3be7f3d1c377b5ce2491ab789e7277 diff --git a/lib/Devel/REPL/Plugin/Interrupt.pm b/lib/Devel/REPL/Plugin/Interrupt.pm index fdb2b5a..0df8cb0 100644 --- a/lib/Devel/REPL/Plugin/Interrupt.pm +++ b/lib/Devel/REPL/Plugin/Interrupt.pm @@ -1,6 +1,6 @@ package Devel::REPL::Plugin::Interrupt; -use Moose::Role; +use Devel::REPL::Plugin; use namespace::clean -except => [ 'meta' ]; around 'eval' => sub {