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=931c49fa70353d02ef2083266074a04ec8d232a7;hb=HEAD;hpb=c45376f3de16a5a467a1a26e63a279f30eb8672d diff --git a/lib/Devel/REPL.pm b/lib/Devel/REPL.pm index 931c49f..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.003029'; +our $VERSION = '1.003030'; use Term::ReadLine; use Moose; @@ -343,6 +343,6 @@ distribution interactively (e.g. C). =head1 SEE ALSO =for :list -* L +* L =cut