X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl572delta.pod;h=fc5c392976c6213c40159c1e240fc16e6f6e0da2;hb=363c40c40eaf5d0cfd92f460a3f838c41f9756ad;hp=e7d4ce37ed44415842cf16499db6584bb5dbaceb;hpb=8939ba947b65b018b80ecab3fe1366287d07d1d7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl572delta.pod b/pod/perl572delta.pod index e7d4ce3..fc5c392 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 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