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=3752fd40076c5dc0fbce8cc92ce8e053bce7c728;hp=07f3828361b4eb0517596197aa8b0c545a122121;hb=950232b2d6e2398c5f804c58e2bedf1e98fd7151;hpb=ae5e19ec178afa6178efb13d556c781800ece6ca diff --git a/lib/Devel/REPL.pm b/lib/Devel/REPL.pm index 07f3828..3752fd4 100644 --- a/lib/Devel/REPL.pm +++ b/lib/Devel/REPL.pm @@ -5,7 +5,7 @@ use Moose; use namespace::clean -except => [ 'meta' ]; use 5.8.1; # might work with earlier perls but probably not -our $VERSION = '1.000000'; +our $VERSION = '1.001000'; # 1.1.0 with 'MooseX::Object::Pluggable'; @@ -101,6 +101,8 @@ Devel::REPL - a modern perl interactive shell Alternatively, use the 're.pl' script installed with the distribution + system$ re.pl + =head1 AUTHOR Matt S Trout - mst (at) shadowcatsystems.co.uk (L)