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=2b4a478cdbae82fffee6d5022498d2ab594568eb;hp=27ea5994b1c91c8d02a34d3c1ac04ca4ec084835;hb=9d2a4940f5958d82828272364ef754e9290b6113;hpb=f109bc790c4450543e3bd07beb3abee5c4b923e0 diff --git a/lib/Devel/REPL/Plugin/Interrupt.pm b/lib/Devel/REPL/Plugin/Interrupt.pm index 27ea599..2b4a478 100644 --- a/lib/Devel/REPL/Plugin/Interrupt.pm +++ b/lib/Devel/REPL/Plugin/Interrupt.pm @@ -1,6 +1,7 @@ use strict; use warnings; package Devel::REPL::Plugin::Interrupt; +# ABSTRACT: Traps SIGINT to kill long-running lines our $VERSION = '1.003027'; @@ -49,9 +50,7 @@ around 'read' => sub { __END__ -=head1 NAME - -Devel::REPL::Plugin::Interrupt - traps SIGINT to kill long-running lines +=pod =head1 DESCRIPTION