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=27ea5994b1c91c8d02a34d3c1ac04ca4ec084835;hp=1b2551e3b7fec2e3902cf633ae7710e308564d24;hb=54beb05dd302b5e166bf46c888318527e13375c7;hpb=e73ba6daf10d1d86070fd978092f9731310b410d diff --git a/lib/Devel/REPL/Plugin/Interrupt.pm b/lib/Devel/REPL/Plugin/Interrupt.pm index 1b2551e..27ea599 100644 --- a/lib/Devel/REPL/Plugin/Interrupt.pm +++ b/lib/Devel/REPL/Plugin/Interrupt.pm @@ -2,6 +2,8 @@ use strict; use warnings; package Devel::REPL::Plugin::Interrupt; +our $VERSION = '1.003027'; + use Devel::REPL::Plugin; use Sys::SigAction qw(set_sig_handler); use namespace::autoclean;