summaryrefslogtreecommitdiff
path: root/pod/perlboot.pod
diff options
context:
space:
mode:
authorVincent Pit <perl@profvince.com>2009-05-14 09:05:36 +0200
committerVincent Pit <perl@profvince.com>2009-05-14 09:05:36 +0200
commitea8b8ad24d31f92547d2469708185eb6d4cf1a13 (patch)
tree9e971359e5513e4aa7a16fc4417d8cdef84a75ad /pod/perlboot.pod
parent36f064bc37569629cfa8ffed15497f849ae8ccfa (diff)
downloadperl-ea8b8ad24d31f92547d2469708185eb6d4cf1a13.tar.gz
Remove remaining POD tags in verbatim paragraphs
Diffstat (limited to 'pod/perlboot.pod')
-rw-r--r--pod/perlboot.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlboot.pod b/pod/perlboot.pod
index f4327a70bb..cf8e51843a 100644
--- a/pod/perlboot.pod
+++ b/pod/perlboot.pod
@@ -538,7 +538,7 @@ the name:
Inside C<Horse::name>, the C<@_> array contains:
- (C<$horse>, "some", "unnecessary", "args")
+ ($horse, "some", "unnecessary", "args")
so the C<shift> stores C<$horse> into C<$self>. Then, C<$self> gets
de-referenced with C<$$self> as normal, yielding C<"Mr. Ed">.