X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FB%2FConcise.pm;h=39311ffdb7b9ed86fa2a2a43b8a7c91f166e21a1;hb=refs%2Fheads%2Fmaster;hp=50625e636e078f9c67b6f2cd96ee7ceafade9368;hpb=6f4f9516b3422a8ce51b89b596fb808b197f833e;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/B/Concise.pm b/lib/Devel/REPL/Plugin/B/Concise.pm index 50625e6..39311ff 100644 --- a/lib/Devel/REPL/Plugin/B/Concise.pm +++ b/lib/Devel/REPL/Plugin/B/Concise.pm @@ -1,6 +1,9 @@ use strict; use warnings; package Devel::REPL::Plugin::B::Concise; +# ABSTRACT: B::Concise dumping of expression optrees + +our $VERSION = '1.003030'; 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 Enothingmuch@woobling.orgE =cut - -