From: Rafael Garcia-Suarez Date: Sat, 29 Jun 2002 13:31:12 +0000 (+0000) Subject: Various precisions. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7d7d56956ffccd7e55408c3bd48a31d5bf524b49;p=p5sagit%2Fp5-mst-13.2.git Various precisions. p4raw-id: //depot/perl@17381 --- diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 8a2ba99..8c5d213 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -500,7 +500,8 @@ For more info on the web see =item 1 http://bugs.perl.org -Login via the web, (remove B if only browsing), where interested Cc's, tests, patches and change-ids, etc. may be assigned. +Login via the web, (remove B if only browsing), where interested +Cc's, tests, patches and change-ids, etc. may be assigned. http://bugs.perl.org/admin/index.html @@ -527,7 +528,8 @@ Where the address itself is the source for the commands: =item notes, patches, tests -For patches and tests, the message body is assigned to the appropriate bug/s and forwarded to p5p for their attention. +For patches and tests, the message body is assigned to the appropriate +bugs and forwarded to p5p for their attention. To: test__aix_close@bugs.perl.org Subject: this is a test for the (now closed) aix bug @@ -619,12 +621,11 @@ wanting to go about Perl development. =item The perl5-porters FAQ -This is posted to perl5-porters at the beginning on every month, and -should be available from http://perlhacker.org/p5p-faq ; alternatively, -you can get the FAQ emailed to you by sending mail to -C. It contains hints on reading -perl5-porters, information on how perl5-porters works and how Perl -development in general works. +This should be available from http://simon-cozens.org/writings/p5p-faq ; +alternatively, you can get the FAQ emailed to you by sending mail to +C. It contains hints on reading perl5-porters, +information on how perl5-porters works and how Perl development in general +works. =back @@ -944,7 +945,8 @@ operations in. The easiest way to examine the op tree is to stop Perl after it has finished parsing, and get it to dump out the tree. This is exactly what -the compiler backends L and L do. +the compiler backends L, L +and L do. Let's have a look at how Perl sees C<$a = $b + $c>: @@ -1813,7 +1815,7 @@ aliases. =item coretest -Run F on all but F tests. +Run F on all core tests (F and F pragma tests). =item test.deparse