X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl572delta.pod;h=21585edc4e00224d050c43f7dac3eccf223589b8;hb=9bf2270250326fb85445d6849ed84a94434dd12c;hp=584fb1e2847eea885c33c73d0f09a015f2efae5c;hpb=f224927c1e379a33cd6d5e0a5d25d0ecb9c9d964;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl572delta.pod b/pod/perl572delta.pod index 584fb1e..21585ed 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 @@ -394,13 +394,13 @@ DYNIX/ptx platform (a.k.a. dynixptx) is supported at or near osvers 4.5.2. =item * -Several MacOS (Classic) portability patches have been applied. We +Several Mac OS (Classic) portability patches have been applied. We hope to get a fully working port by 5.8.0. (The remaining problems relate to the changed IO model of Perl.) See L. =item * -MacOS X (or Darwin) should now be able to build Perl even on HFS+ +Mac OS X (or Darwin) should now be able to build Perl even on HFS+ filesystems. (The case-insensitivity confused the Perl build process.) =item * @@ -409,7 +409,7 @@ NetWare from Novell is now supported. See L. =item * -The Amdahl UTS UNIX mainframe platform is now supported. +The Amdahl UTS Unix mainframe platform is now supported. =back @@ -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