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=3f4636d37455f70025ccddd1a2edc7e133bdcafe;hp=2b4a478cdbae82fffee6d5022498d2ab594568eb;hb=HEAD;hpb=9d2a4940f5958d82828272364ef754e9290b6113 diff --git a/lib/Devel/REPL/Plugin/Interrupt.pm b/lib/Devel/REPL/Plugin/Interrupt.pm index 2b4a478..3f4636d 100644 --- a/lib/Devel/REPL/Plugin/Interrupt.pm +++ b/lib/Devel/REPL/Plugin/Interrupt.pm @@ -3,7 +3,7 @@ use warnings; package Devel::REPL::Plugin::Interrupt; # ABSTRACT: Traps SIGINT to kill long-running lines -our $VERSION = '1.003027'; +our $VERSION = '1.003030'; use Devel::REPL::Plugin; use Sys::SigAction qw(set_sig_handler);