X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL.pm;h=4337fa11c52bb057d8047d3c09ff880004c307f2;hb=b21e755170420636ffad424d0634bc68e38956df;hp=07f3828361b4eb0517596197aa8b0c545a122121;hpb=59aedffcb81ce6f4b2c477673fb58aee32138d7e;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL.pm b/lib/Devel/REPL.pm index 07f3828..4337fa1 100644 --- a/lib/Devel/REPL.pm +++ b/lib/Devel/REPL.pm @@ -5,7 +5,7 @@ use Moose; use namespace::clean -except => [ 'meta' ]; use 5.8.1; # might work with earlier perls but probably not -our $VERSION = '1.000000'; +our $VERSION = '1.001000'; # 1.1.0 with 'MooseX::Object::Pluggable'; @@ -101,10 +101,28 @@ Devel::REPL - a modern perl interactive shell Alternatively, use the 're.pl' script installed with the distribution + system$ re.pl + =head1 AUTHOR Matt S Trout - mst (at) shadowcatsystems.co.uk (L) +=head1 CONTRIBUTORS + +=over 4 + +=item Stevan Little - stevan (at) iinteractive.com + +=item Alexis Sukrieh - sukria+perl (at) sukria.net + +=item epitaph + +=item mgrimes - mgrimes (at) cpan dot org + +=item Shawn M Moore - sartak (at) gmail.com + +=back + =head1 LICENSE This library is free software under the same terms as perl itself