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=b0a413fa35418758f3036e445a29b87825e53d70;hp=6d71798e5ebf4f3004e0c9c868bafb924c86c5cf;hb=75a08365ddd836a78f37d82b8d38c1642e7b20af;hpb=1f2b8d5046237f79692365f4f3e8119f479c5a78 diff --git a/lib/Devel/REPL.pm b/lib/Devel/REPL.pm index 6d71798..b0a413f 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.003001'; # 1.3.1 +our $VERSION = '1.003004'; # 1.3.4 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,9 @@ Matt S Trout - mst (at) shadowcatsystems.co.uk (L >> =back