X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL.pm;h=f05bc63850587c1b32096f43fa72b072676f6883;hb=native_traits;hp=7c341de19c5b0eadae4323137452f5c5b89676f4;hpb=408564af8826ffeb3647bbd482e43a606cbdade8;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL.pm b/lib/Devel/REPL.pm index 7c341de..f05bc63 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.003007'; # 1.3.7 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,15 @@ the following: =item * -L >= 0.38 +L >= 0.90 =item * -L >= 0.0007 +L >= 0.0009 =item * -L +L >= 0.15 =item * @@ -342,7 +342,13 @@ L =item * -L +L + +=back + +Optionally, some plugins if installed will require the following modules: + +=over 4 =item * @@ -350,7 +356,11 @@ L =item * -L +L + +=item * + +L =item * @@ -358,12 +368,16 @@ L =item * -L +L =item * L +=item * + +L + =back =head1 AUTHOR @@ -384,6 +398,10 @@ Matt S Trout - mst (at) shadowcatsystems.co.uk (L >> + =back =head1 LICENSE