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