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=1d79bd8af77e726737dcf86c75829ff95769a8c7;hb=deda07fbc838971b06930a8f953928fe9d4786a9;hpb=54d0f9a0eb9822d8d5973cc0e8aac52fab238245 diff --git a/lib/Devel/REPL/Plugin/Interrupt.pm b/lib/Devel/REPL/Plugin/Interrupt.pm index 1d79bd8..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 { @@ -16,3 +16,15 @@ around 'eval' => sub { 1; +__END__ + +=head1 NAME + +Devel::REPL::Plugin::Interrupt - traps SIGINT to kill long-running lines + +=head1 AUTHOR + +Shawn M Moore, C<< >> + +=cut +