keep $VERSION right in the repo
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Commands.pm
index 2bb12d7..961dbf0 100644 (file)
@@ -1,9 +1,13 @@
+use strict;
+use warnings;
 package Devel::REPL::Plugin::Commands;
 
+our $VERSION = '1.003027';
+
 use Devel::REPL::Plugin;
 use Scalar::Util qw(weaken);
-
 use namespace::autoclean;
+
 our $COMMAND_INSTALLER;
 
 has 'command_set' => (