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=2fb0ba6b51493fd5429f66b1590fb500f67449a3;hp=27ea5994b1c91c8d02a34d3c1ac04ca4ec084835;hb=5ac988901b5ccbf3b31cdf980534d0c9631d9e4a;hpb=54beb05dd302b5e166bf46c888318527e13375c7 diff --git a/lib/Devel/REPL/Plugin/Interrupt.pm b/lib/Devel/REPL/Plugin/Interrupt.pm index 27ea599..2fb0ba6 100644 --- a/lib/Devel/REPL/Plugin/Interrupt.pm +++ b/lib/Devel/REPL/Plugin/Interrupt.pm @@ -1,8 +1,9 @@ use strict; use warnings; package Devel::REPL::Plugin::Interrupt; +# ABSTRACT: Traps SIGINT to kill long-running lines -our $VERSION = '1.003027'; +our $VERSION = '1.003028'; use Devel::REPL::Plugin; use Sys::SigAction qw(set_sig_handler); @@ -49,9 +50,7 @@ around 'read' => sub { __END__ -=head1 NAME - -Devel::REPL::Plugin::Interrupt - traps SIGINT to kill long-running lines +=pod =head1 DESCRIPTION