increment $VERSION after 1.003029 release
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Refresh.pm
index adcfae8..750cbd2 100644 (file)
@@ -1,7 +1,12 @@
+use strict;
+use warnings;
 package Devel::REPL::Plugin::Refresh;
+# ABSTRACT: Reload libraries with Module::Refresh
 
-use Moose::Role;
-use namespace::clean -except => [ 'meta' ];
+our $VERSION = '1.003030';
+
+use Devel::REPL::Plugin;
+use namespace::autoclean;
 use Module::Refresh;
 
 # before evaluating the code, ask Module::Refresh to refresh