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=d983022db85979d5e5e27461d0ee7feb1a4e4e62;hb=8d3a08168a12af4e191b519b19c5905de964181f;hpb=cfd1094b45c394258ccda08216f1435bf40e1d50 diff --git a/lib/Devel/REPL/Plugin/Interrupt.pm b/lib/Devel/REPL/Plugin/Interrupt.pm index d983022..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 { @@ -22,5 +22,9 @@ __END__ Devel::REPL::Plugin::Interrupt - traps SIGINT to kill long-running lines +=head1 AUTHOR + +Shawn M Moore, C<< >> + =cut