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