X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FB%2FConcise.pm;h=153b4d8b2f10c3c4994bdda13b571b38c10fa970;hp=50625e636e078f9c67b6f2cd96ee7ceafade9368;hb=9d2a4940f5958d82828272364ef754e9290b6113;hpb=6f4f9516b3422a8ce51b89b596fb808b197f833e diff --git a/lib/Devel/REPL/Plugin/B/Concise.pm b/lib/Devel/REPL/Plugin/B/Concise.pm index 50625e6..153b4d8 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.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 Enothingmuch@woobling.orgE =cut - -