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=2f63c6b6b42c6a97908f374f82948b195e1368d2;hp=c7640a407241790a37ec800c75711bfe06780349;hb=d13037d5157cf614344b6e60534d4f84da79fa39;hpb=6aa584927ce35a633ee66fd372f3a6c2c23aa447 diff --git a/lib/Devel/REPL.pm b/lib/Devel/REPL.pm index c7640a4..2f63c6b 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.003000'; # 1.3.0 +our $VERSION = '1.003009'; # 1.3.9 with 'MooseX::Object::Pluggable'; @@ -346,7 +346,17 @@ L =item * -L +L + +=back + +Optionally, some plugins if installed will require the following modules: + +=over 4 + +=item * + +L =item * @@ -354,7 +364,7 @@ L =item * -L +L =item * @@ -362,12 +372,16 @@ L =item * -L +L =item * L +=item * + +L + =back =head1 AUTHOR @@ -388,7 +402,13 @@ Matt S Trout - mst (at) shadowcatsystems.co.uk (L >> + +=item Norbert Buchmuller C<< >> + +=item Dave Houston C<< >> =back