increment $VERSION after 1.003029 release
[p5sagit/Devel-REPL.git] / lib / Devel / REPL.pm
index 278502a..d321a99 100644 (file)
@@ -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<cpanm --interactive Devel::REPL>).
 * PPI plugin - PPI dumping of Perl code
 * Refresh plugin - automatically reload libraries with Module::Refresh
 
+=head1 SEE ALSO
+
+=for :list
+* L<A comparison of various REPLs|https://www.shadowcat.co.uk/blog/matt-s-trout/mstpan-17/>
+
 =cut