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=d321a9947711e4bad4fdd904366ffb6ab3c35da5;hp=03557de3fbc9494b28cac3b0fa38000cc6d33bbc;hb=HEAD;hpb=f4d488326a126a0aed84d669652fde700d89a0de diff --git a/lib/Devel/REPL.pm b/lib/Devel/REPL.pm index 03557de..d321a99 100644 --- a/lib/Devel/REPL.pm +++ b/lib/Devel/REPL.pm @@ -1,7 +1,7 @@ package Devel::REPL; # ABSTRACT: A modern perl interactive shell -our $VERSION = '1.003027'; +our $VERSION = '1.003030'; use Term::ReadLine; use Moose; @@ -340,4 +340,9 @@ distribution interactively (e.g. C). * PPI plugin - PPI dumping of Perl code * Refresh plugin - automatically reload libraries with Module::Refresh +=head1 SEE ALSO + +=for :list +* L + =cut