weave some pod, respecting overridden authors/legal
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / B / Concise.pm
index 00560fa..153b4d8 100644 (file)
@@ -1,14 +1,16 @@
 use strict;
 use warnings;
 package Devel::REPL::Plugin::B::Concise;
-use Devel::REPL::Plugin;
-
-use B::Concise ();
+# ABSTRACT: B::Concise dumping of expression optrees
 
-B::Concise::compileOpts 0.62 qw(-nobanner);
+our $VERSION = '1.003027';
 
+use Devel::REPL::Plugin;
+use B::Concise 0.62 ();
 use namespace::autoclean;
 
+B::Concise::compileOpts qw(-nobanner);
+
 sub BEFORE_PLUGIN {
     my $self = shift;
     $self->load_plugin('Turtles');
@@ -54,10 +56,6 @@ __END__
 
 =pod
 
-=head1 NAME
-
-Devel::REPL::Plugin::B::Concise - B::Concise dumping of expression optrees
-
 =head1 SYNOPSIS
 
   repl> #concise -exec -terse {
@@ -89,5 +87,3 @@ determine the formatting, etc.
 Yuval Kogman E<lt>nothingmuch@woobling.orgE<gt>
 
 =cut
-
-