do not index these secondary packages - they cannot be loaded independently
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin.pm
index e1a6d8d..f4b5db9 100644 (file)
@@ -2,6 +2,8 @@ use strict;
 use warnings;
 package Devel::REPL::Plugin;
 
+our $VERSION = '1.003027';
+
 use Devel::REPL::Meta::Plugin;
 use Moose::Role ();
 use namespace::autoclean;