diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-12-07 10:35:28 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-12-07 10:35:28 +0000 |
commit | 0503309d9983bed567ec4a7b90669b5b72f1273f (patch) | |
tree | c03722b49f596ec96140754dc533669e7a6d6d23 /pod/perlhack.pod | |
parent | 0ac635f72b1c233568055bdbc6ccaa474df023f3 (diff) | |
download | perl-0503309d9983bed567ec4a7b90669b5b72f1273f.tar.gz |
Fix a typo found by Matt Kraai, and a reference to Herakles.
p4raw-id: //depot/perl@32591
Diffstat (limited to 'pod/perlhack.pod')
-rw-r--r-- | pod/perlhack.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 04aa5d35cf..73f485d086 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<die> etc) is built on top of the low-level +Perl's exception handing (i.e. C<die> etc.) is built on top of the low-level C<setjmp()>/C<longjmp()> C-library functions. These basically provide a way to capture the current PC and SP registers and later restore them; i.e. a C<longjmp()> continues at the point in code where a previous C<setjmp()> @@ -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 @@ -2113,7 +2113,7 @@ that need to be moved. Perhaps you could move them? Thanks! =item F<t/mro/> -Tests for perl's method resultion order implementations +Tests for perl's method resolution order implementations (see L<mro>). =item F<t/op/> |