I no longer use this plugin in my bundle
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Commands.pm
index 4f99734..961dbf0 100644 (file)
@@ -2,10 +2,12 @@ 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' => (