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=278502a744452090243305eeb8f596bb8476e703;hb=77327851f87a17466307e8fccdbf2e0d3c2e58dc;hpb=5ac988901b5ccbf3b31cdf980534d0c9631d9e4a diff --git a/lib/Devel/REPL.pm b/lib/Devel/REPL.pm index 278502a..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.003028'; +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