Mention package; deprecation and the Win32 problems.
Jarkko Hietaniemi [Tue, 10 Jul 2001 13:45:44 +0000 (13:45 +0000)]
p4raw-id: //depot/perl@11257

pod/perl572delta.pod

index 636c16a..199802d 100644 (file)
@@ -84,7 +84,7 @@ use of the first array element) is deprecated starting from Perl 5.8.0
 and will be removed in Perl 5.10.0, and the feature will be
 implemented differently.  Not only is the current interface rather
 ugly, but the current implementation slows down normal array and hash
-use quite noticeably. The 'fields' pragma interface will remain
+use quite noticeably. The C<fields> pragma interface will remain
 available.
 
 The syntaxes C<@a->[...]> and  C<@h->{...}> have now been deprecated.
@@ -93,6 +93,11 @@ 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
 release.
 
+The C<package;> syntax (C<package> without an argument has been
+deprecated.  Its semantics were never that clear and its
+implementation even less so.  If you have used that feature to
+disallow all but fully qualified variables, C<use strict;> instead.
+
 =head1 Core Enhancements
 
 In general a lot of fixing has happened in the area of Perl's
@@ -718,6 +723,11 @@ Compac C V6.4-005 on OpenVMS Alpha 7.2.1
   [.op]misc...............................FAILED on test 49
   Failed 6/401 tests, 92.77% okay.
 
+=head2 Win32
+
+In multi-CPU boxes there are some problems with the I/O buffering:
+some output may appear twice.
+
 =head2 Localising a Tied Variable Leaks Memory
 
     use Tie::Hash;