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=931c49fa70353d02ef2083266074a04ec8d232a7;hp=03557de3fbc9494b28cac3b0fa38000cc6d33bbc;hb=c45376f3de16a5a467a1a26e63a279f30eb8672d;hpb=f4d488326a126a0aed84d669652fde700d89a0de diff --git a/lib/Devel/REPL.pm b/lib/Devel/REPL.pm index 03557de..931c49f 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.003029'; 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