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