weave some pod, respecting overridden authors/legal
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Refresh.pm
index f89f5d7..791c797 100644 (file)
@@ -1,4 +1,9 @@
+use strict;
+use warnings;
 package Devel::REPL::Plugin::Refresh;
+# ABSTRACT: Reload libraries with Module::Refresh
+
+our $VERSION = '1.003027';
 
 use Devel::REPL::Plugin;
 use namespace::autoclean;
@@ -18,12 +23,3 @@ around 'eval' => sub {
 };
 
 1;
-
-__END__
-
-=head1 NAME
-
-Devel::REPL::Plugin::Refresh - reload libraries with Module::Refresh
-
-=cut
-