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=1b2551e3b7fec2e3902cf633ae7710e308564d24;hb=796cd7ec80de14e45ca8221d545aceb7b9bc0b71;hpb=1716b20061af51ca82cc543f618f19c1e20f2efa diff --git a/lib/Devel/REPL/Plugin/Interrupt.pm b/lib/Devel/REPL/Plugin/Interrupt.pm index 1b2551e..2b4a478 100644 --- a/lib/Devel/REPL/Plugin/Interrupt.pm +++ b/lib/Devel/REPL/Plugin/Interrupt.pm @@ -1,6 +1,9 @@ use strict; use warnings; package Devel::REPL::Plugin::Interrupt; +# ABSTRACT: Traps SIGINT to kill long-running lines + +our $VERSION = '1.003027'; use Devel::REPL::Plugin; use Sys::SigAction qw(set_sig_handler); @@ -47,9 +50,7 @@ around 'read' => sub { __END__ -=head1 NAME - -Devel::REPL::Plugin::Interrupt - traps SIGINT to kill long-running lines +=pod =head1 DESCRIPTION