X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=README;h=3853e94a11bd49b64906522994382c13e07fc57c;hp=3f9861a6038d8d13ef3d86b9406bbc14f8f408d3;hb=28e93f31852a563bc36e1fd58c28eb46beeec64d;hpb=6aa584927ce35a633ee66fd372f3a6c2c23aa447 diff --git a/README b/README index 3f9861a..3853e94 100644 --- a/README +++ b/README @@ -32,8 +32,8 @@ USAGE 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 ("Hello, world!"), if any, and then the return value of the statement (1). @@ -61,16 +61,19 @@ USAGE (Do you need to predeclare carp?) Compile error: syntax error at (eval 129) line 5, near "carp "I'm dieeeing!\n"" BEGIN not safe after errors--compilation aborted at (eval 129) line 5. - - $_ use Carp - - $_ carp "I'm dieeeing!\n" + + $_ use Carp + + $_ carp "I'm dieeeing!\n" I'm dieeeing! at /usr/share/perl5/Lexical/Persistence.pm line 327 1 $_ - To quit from the shell, hit "control+d" or "control+c". + To quit from the shell, hit "Ctrl+D" or "Ctrl+C". + + MSWin32 NOTE: control keys won't work if TERM=dumb + because readline functionality will be disabled. Run Control Files For particular projects you might well end up running the same commands @@ -152,30 +155,47 @@ REQUIREMENTS In addition to the contents of the standard Perl distribution, you will need the following: - * Moose >= 0.64 + * Moose >= 0.74 * MooseX::Object::Pluggable >= 0.0009 - * MooseX::Getopt >= 0.15 + * MooseX::Getopt >= 0.18 - * MooseX::AttributeHelpers >= 0.14 + * MooseX::AttributeHelpers >= 0.16 * namespace::clean * File::HomeDir - * Lexical::Persistence + * Task::Weaken - * Data::Dump::Streamer + * B::Concise + + * Term::ANSIColor + + * Devel::Peek + + Optionally, some plugins if installed will require the following + modules: * PPI + * Data::Dump::Streamer + + * Data::Dumper::Concise + + * File::Next + + * Sys::SigAction + * B::Keywords - * Task::Weaken + * Lexical::Persistence * App::Nopaste + * Module::Refresh + AUTHOR Matt S Trout - mst (at) shadowcatsystems.co.uk () @@ -186,7 +206,11 @@ CONTRIBUTORS epitaph mgrimes - mgrimes (at) cpan dot org Shawn M Moore - sartak (at) gmail.com - Oliver Gorwits + Oliver Gorwits - oliver on irc.perl.org + Andrew Moore - "" + Norbert Buchmuller "" + Dave Houston "" + Chris Marshall LICENSE This library is free software under the same terms as perl itself