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=6d71798e5ebf4f3004e0c9c868bafb924c86c5cf;hpb=1f2b8d5046237f79692365f4f3e8119f479c5a78;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL.pm b/lib/Devel/REPL.pm index 6d71798..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.003001'; # 1.3.1 +our $VERSION = '1.003007'; # 1.3.7 with 'MooseX::Object::Pluggable'; @@ -322,7 +322,7 @@ the following: =item * -L >= 0.64 +L >= 0.90 =item * @@ -334,19 +334,25 @@ L >= 0.15 =item * -L >= 0.14 +L =item * -L +L =item * -L +L + +=back + +Optionally, some plugins if installed will require the following modules: + +=over 4 =item * -L +L =item * @@ -354,7 +360,7 @@ L =item * -L +L =item * @@ -362,12 +368,16 @@ L =item * -L +L =item * L +=item * + +L + =back =head1 AUTHOR @@ -388,7 +398,9 @@ Matt S Trout - mst (at) shadowcatsystems.co.uk (L >> =back