keep $VERSION right in the repo
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Interrupt.pm
index 7d64611..27ea599 100644 (file)
@@ -1,5 +1,9 @@
+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;