keep $VERSION right in the repo
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Timing.pm
index c9248b7..7a55ef2 100644 (file)
@@ -1,5 +1,9 @@
+use strict;
+use warnings;
 package Devel::REPL::Plugin::Timing;
 
+our $VERSION = '1.003027';
+
 use Devel::REPL::Plugin;
 use Time::HiRes 'time';
 use namespace::autoclean;