keep $VERSION right in the repo
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / B / Concise.pm
index 50625e6..5d9a4b5 100644 (file)
@@ -2,6 +2,8 @@ use strict;
 use warnings;
 package Devel::REPL::Plugin::B::Concise;
 
+our $VERSION = '1.003027';
+
 use Devel::REPL::Plugin;
 use B::Concise 0.62 ();
 use namespace::autoclean;