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=3084ae0d1b7104a7d4d800ae934823a8d6a43e10;hb=77327851f87a17466307e8fccdbf2e0d3c2e58dc;hpb=2b75dcadb6d1d907df3257f1e655a5a5028862ff diff --git a/lib/Devel/REPL.pm b/lib/Devel/REPL.pm index 3084ae0..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;