weave some pod, respecting overridden authors/legal
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / B / Concise.pm
index 50625e6..153b4d8 100644 (file)
@@ -1,6 +1,9 @@
 use strict;
 use warnings;
 package Devel::REPL::Plugin::B::Concise;
+# ABSTRACT: B::Concise dumping of expression optrees
+
+our $VERSION = '1.003027';
 
 use Devel::REPL::Plugin;
 use B::Concise 0.62 ();
@@ -53,10 +56,6 @@ __END__
 
 =pod
 
-=head1 NAME
-
-Devel::REPL::Plugin::B::Concise - B::Concise dumping of expression optrees
-
 =head1 SYNOPSIS
 
   repl> #concise -exec -terse {
@@ -88,5 +87,3 @@ determine the formatting, etc.
 Yuval Kogman E<lt>nothingmuch@woobling.orgE<gt>
 
 =cut
-
-