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;fp=lib%2FDevel%2FREPL%2FPlugin%2FB%2FConcise.pm;h=153b4d8b2f10c3c4994bdda13b571b38c10fa970;hp=5d9a4b58d56c09be89e7f59451414775ee862d9e;hb=9d2a4940f5958d82828272364ef754e9290b6113;hpb=f109bc790c4450543e3bd07beb3abee5c4b923e0 diff --git a/lib/Devel/REPL/Plugin/B/Concise.pm b/lib/Devel/REPL/Plugin/B/Concise.pm index 5d9a4b5..153b4d8 100644 --- a/lib/Devel/REPL/Plugin/B/Concise.pm +++ b/lib/Devel/REPL/Plugin/B/Concise.pm @@ -1,6 +1,7 @@ use strict; use warnings; package Devel::REPL::Plugin::B::Concise; +# ABSTRACT: B::Concise dumping of expression optrees our $VERSION = '1.003027'; @@ -55,10 +56,6 @@ __END__ =pod -=head1 NAME - -Devel::REPL::Plugin::B::Concise - B::Concise dumping of expression optrees - =head1 SYNOPSIS repl> #concise -exec -terse { @@ -90,5 +87,3 @@ determine the formatting, etc. Yuval Kogman Enothingmuch@woobling.orgE =cut - -