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