weave some pod, respecting overridden authors/legal
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Commands.pm
index 961dbf0..057b63d 100644 (file)
@@ -1,6 +1,7 @@
 use strict;
 use warnings;
 package Devel::REPL::Plugin::Commands;
+# ABSTRACT: Generic command creation plugin using injected functions
 
 our $VERSION = '1.003027';
 
@@ -67,12 +68,3 @@ around 'compile' => sub {
 };
 
 1;
-
-__END__
-
-=head1 NAME
-
-Devel::REPL::Plugin::Commands - Generic command creation plugin using injected functions
-
-=cut
-