X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL.pm;h=03557de3fbc9494b28cac3b0fa38000cc6d33bbc;hp=e7f2caaea22ee68c8e2e49bb8dc956e848ecefbd;hb=796cd7ec80de14e45ca8221d545aceb7b9bc0b71;hpb=9d2a4940f5958d82828272364ef754e9290b6113 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