increment $VERSION after 1.003029 release
[p5sagit/Devel-REPL.git] / lib / Devel / REPL.pm
index 0210966..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;
@@ -343,6 +343,6 @@ distribution interactively (e.g. C<cpanm --interactive Devel::REPL>).
 =head1 SEE ALSO
 
 =for :list
-* L<A comparison of various REPLs|http://shadow.cat/blog/matt-s-trout/mstpan-17/>
+* L<A comparison of various REPLs|https://www.shadowcat.co.uk/blog/matt-s-trout/mstpan-17/>
 
 =cut