projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcb8f0e
)
Fix typo in perlop.pod
author
Jerry D. Hedden
<jdhedden@cpan.org>
Mon, 19 May 2008 11:58:58 +0000
(07:58 -0400)
committer
H.Merijn Brand
<h.m.brand@xs4all.nl>
Mon, 19 May 2008 16:08:57 +0000
(16:08 +0000)
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510805190858v4a7f6e06k5f949ff31384137d@mail.gmail.com>
p4raw-id: //depot/perl@33870
pod/perlop.pod
patch
|
blob
|
history
diff --git
a/pod/perlop.pod
b/pod/perlop.pod
index
378a74c
..
7b0b0d2
100644
(file)
--- a/
pod/perlop.pod
+++ b/
pod/perlop.pod
@@
-835,7
+835,7
@@
the text of the exception:
The C<???> operator also takes one argument, but it emits a warning instead of
throwing an exception:
- sub baz { ??? "Who are you? W
n
at do you want?" }
+ sub baz { ??? "Who are you? W
h
at do you want?" }
baz();
say "Why are you here?";