summaryrefslogtreecommitdiff
path: root/pod/perl572delta.pod
diff options
context:
space:
mode:
authorAndreas König <a.koenig@mind.de>2002-11-25 11:21:08 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-11-26 20:42:25 +0000
commitad0f383a28b730182ea06492027f82167ce7032b (patch)
treee3dbe1776784d921b6239de01c7162a3808faf28 /pod/perl572delta.pod
parent78fc38e12ada7f29fe773fd35880f8076a010cc9 (diff)
downloadperl-ad0f383a28b730182ea06492027f82167ce7032b.tar.gz
2 Pod errors in perlop.pod
Message-ID: <m31y5admyj.fsf@k242.linux.bogus> Plus a few similar POD fixes p4raw-id: //depot/perl@18184
Diffstat (limited to 'pod/perl572delta.pod')
-rw-r--r--pod/perl572delta.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perl572delta.pod b/pod/perl572delta.pod
index e7d4ce37ed..fc5c392976 100644
--- a/pod/perl572delta.pod
+++ b/pod/perl572delta.pod
@@ -89,7 +89,7 @@ ugly, but the current implementation slows down normal array and hash
use quite noticeably. The C<fields> pragma interface will remain
available.
-The syntaxes C<@a->[...]> and C<@h->{...}> have now been deprecated.
+The syntaxes C<< @a->[...] >> and C<< @h->{...} >> have now been deprecated.
The suidperl is also considered to be too much a risk to continue
maintaining and the suidperl code is likely to be removed in a future
@@ -513,7 +513,7 @@ the entire regex. You will an optional warning if you try to do otherwise.
=item *
-Using arrays or hashes as references (e.g. C<%foo->{bar}> has been
+Using arrays or hashes as references (e.g. C<< %foo->{bar} >> has been
deprecated for a while. Now you will get an optional warning.
=back