X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=README;h=3853e94a11bd49b64906522994382c13e07fc57c;hp=060c48c3bf32e4235de1b3737f6d17bc7e3954f8;hb=21f40c746495a35d2326c5ddae209b6b883ed46b;hpb=ab213f1fb1871c2b753fcea321938e8815a04c39 diff --git a/README b/README index 060c48c..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,13 +155,13 @@ 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 @@ -166,6 +169,12 @@ REQUIREMENTS * Task::Weaken + * B::Concise + + * Term::ANSIColor + + * Devel::Peek + Optionally, some plugins if installed will require the following modules: @@ -173,8 +182,12 @@ REQUIREMENTS * Data::Dump::Streamer + * Data::Dumper::Concise + * File::Next + * Sys::SigAction + * B::Keywords * Lexical::Persistence @@ -194,6 +207,10 @@ CONTRIBUTORS mgrimes - mgrimes (at) cpan dot org Shawn M Moore - sartak (at) gmail.com 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