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=381f69026cb0e4c11f6b0761694d7d540943935f;hb=77327851f87a17466307e8fccdbf2e0d3c2e58dc;hpb=2b75dcadb6d1d907df3257f1e655a5a5028862ff diff --git a/lib/Devel/REPL/Plugin/Interrupt.pm b/lib/Devel/REPL/Plugin/Interrupt.pm index 381f690..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.003029'; +our $VERSION = '1.003030'; use Devel::REPL::Plugin; use Sys::SigAction qw(set_sig_handler);