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=c7640a407241790a37ec800c75711bfe06780349;hp=7c341de19c5b0eadae4323137452f5c5b89676f4;hb=6aa584927ce35a633ee66fd372f3a6c2c23aa447;hpb=70b00e9c6830954a2dd67b6dd593701b43d2c217 diff --git a/lib/Devel/REPL.pm b/lib/Devel/REPL.pm index 7c341de..c7640a4 100644 --- a/lib/Devel/REPL.pm +++ b/lib/Devel/REPL.pm @@ -5,7 +5,7 @@ use Moose; use namespace::clean -except => [ 'meta' ]; use 5.008001; # backwards compat, doesn't warn like 5.8.1 -our $VERSION = '1.002001'; # 1.2.1 +our $VERSION = '1.003000'; # 1.3.0 with 'MooseX::Object::Pluggable'; @@ -180,7 +180,7 @@ message will be returned. Here are a few examples: 1 $_ nosuchfunction Compile error: Bareword "nosuchfunction" not allowed while "strict subs" in use at (eval 130) line 5. - + $_ In the first example above you see the output of the command (C above, you'l have the +If you followed the first example in the L above, you'll have the History and LexEnv plugins loaded (and there are many more available). Although the shell might support "up-arrow" history, the History plugin adds "bang" history to that so you can re-execute chosen commands (with e.g. @@ -210,7 +210,7 @@ exported functions from that module are available for immediate use: BEGIN not safe after errors--compilation aborted at (eval 129) line 5. $_ use Carp - + $_ carp "I'm dieeeing!\n" I'm dieeeing! at /usr/share/perl5/Lexical/Persistence.pm line 327 @@ -322,15 +322,19 @@ the following: =item * -L >= 0.38 +L >= 0.64 + +=item * + +L >= 0.0009 =item * -L >= 0.0007 +L >= 0.15 =item * -L +L >= 0.14 =item * @@ -346,11 +350,11 @@ L =item * -L +L =item * -L +L =item * @@ -384,6 +388,8 @@ Matt S Trout - mst (at) shadowcatsystems.co.uk (L