X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlhack.pod;h=d76261d0c30a2915ead4a2b440fb69e34093465c;hb=d77cdebfaf0c7eb784a132b575c93953a56db215;hp=7e51c3bb3ec5ff80def2fb5c8805bd2ec9115f8f;hpb=7cd588305d61592874d2acf74009ef9899cd6047;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 7e51c3b..d76261d 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -888,7 +888,7 @@ retrieves the return op from it, and returns it. =item Exception handing -Perl's exception handing (i.e. C etc) is built on top of the low-level +Perl's exception handing (i.e. C etc.) is built on top of the low-level C/C C-library functions. These basically provide a way to capture the current PC and SP registers and later restore them; i.e. a C continues at the point in code where a previous C @@ -1556,7 +1556,7 @@ C<-Wdeclaration-after-statement> =back The following flags would be nice to have but they would first need -their own Stygian stablemaster: +their own Augean stablemaster: =over 4 @@ -2111,6 +2111,11 @@ The old home for the module tests, you shouldn't put anything new in here. There are still some bits and pieces hanging around in here that need to be moved. Perhaps you could move them? Thanks! +=item F + +Tests for perl's method resolution order implementations +(see L). + =item F Tests for perl's built in functions that don't fit into any of the @@ -2216,7 +2221,7 @@ are expected to succeed (until they're specifically fixed, of course). =item minitest Run F on F, F, F, F, F, -F, and F tests. +F, F and F tests. =item test.valgrind check.valgrind utest.valgrind ucheck.valgrind