From: Karen Etheridge Date: Sun, 16 Aug 2015 05:07:34 +0000 (-0700) Subject: shorter pod lists X-Git-Tag: v1.003027~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=commitdiff_plain;h=f4d488326a126a0aed84d669652fde700d89a0de shorter pod lists --- diff --git a/lib/Devel/REPL.pm b/lib/Devel/REPL.pm index e7f2caa..03557de 100644 --- a/lib/Devel/REPL.pm +++ b/lib/Devel/REPL.pm @@ -268,61 +268,20 @@ A C profile ships with C; it loads the following plugins (note that some of these require optional features -- or you can also use the C profile): -=over 4 - -=item * - -L - -=item * - -L - -=item * - -L - -=item * - -L - -=item * - -L - -=item * - -L - -=item * - -L - -=item * - -L - -=item * - -L - -=item * - -L - -=item * - -L - -=item * - -L - -=item * - -L - -=back +=for :list +* L +* L +* L +* L +* L +* L +* L +* L +* L +* L +* L +* L +* L =head2 Plugins @@ -368,30 +327,17 @@ distribution interactively (e.g. C). =for comment I hope to automatically generate this data via a Pod::Weaver section -=over 4 - -=item * Completion plugin - extensible tab completion - -=item * DDS plugin - better format results with Data::Dump::Streamer - -=item * DDC plugin - even better format results with Data::Dumper::Concise - -=item * INC completion driver - tab complete module names in use and require - -=item * Interrupt plugin - traps SIGINT to kill long-running lines - -=item * Keywords completion driver - tab complete Perl keywords and operators - -=item * LexEnv plugin - variables declared with "my" persist between statements - -=item * MultiLine::PPI plugin - continue reading lines until all blocks are closed - -=item * Nopaste plugin - upload a session\'s input and output to a Pastebin - -=item * PPI plugin - PPI dumping of Perl code - -=item * Refresh plugin - automatically reload libraries with Module::Refresh - -=back +=for :list +* Completion plugin - extensible tab completion +* DDS plugin - better format results with Data::Dump::Streamer +* DDC plugin - even better format results with Data::Dumper::Concise +* INC completion driver - tab complete module names in use and require +* Interrupt plugin - traps SIGINT to kill long-running lines +* Keywords completion driver - tab complete Perl keywords and operators +* LexEnv plugin - variables declared with "my" persist between statements +* MultiLine::PPI plugin - continue reading lines until all blocks are closed +* Nopaste plugin - upload a session\'s input and output to a Pastebin +* PPI plugin - PPI dumping of Perl code +* Refresh plugin - automatically reload libraries with Module::Refresh =cut diff --git a/lib/Devel/REPL/Overview.pod b/lib/Devel/REPL/Overview.pod index 122c371..2c839a7 100644 --- a/lib/Devel/REPL/Overview.pod +++ b/lib/Devel/REPL/Overview.pod @@ -263,24 +263,10 @@ L for more information). =head1 SEE ALSO -=over 2 - -=item * - -L - -=item * - -L - -=item * - -L - -=item * - -L - -=back +=for :list +* L +* L +* L +* L =cut