Regen perltoc.
[p5sagit/p5-mst-13.2.git] / pod / perldelta.pod
index e5cf5f6..c496caf 100644 (file)
@@ -25,13 +25,13 @@ are safe.
 
 The exploit attempt reporting feature has been completely removed from
 the Perl 5.7.0 release, so that particular vulnerability isn't there
-anymore.  However, further security vulnerabilities are, unfortunately,
-always possible.  The suidperl code is being reviewed and if deemed too
-risky to continue to support it may be completely removed from future
-releases.  In any case, suidperl should only be used by security
-experts who know exactly what they are doing and why they are using
-suidperl instead of some other solution such as sudo (see
-http://www.courtesan.com/sudo/).
+anymore.  However, further security vulnerabilities are,
+unfortunately, always possible.  The suidperl code is being reviewed
+and if deemed too risky to continue to be supported, it may be
+completely removed from future releases.  In any case, suidperl should
+only be used by security experts who know exactly what they are doing
+and why they are using suidperl instead of some other solution such as
+sudo (see http://www.courtesan.com/sudo/).
 
 =head1 Incompatible Changes
 
@@ -217,12 +217,6 @@ The Emacs perl mode (emacs/cperl-mode.el) has been updated to version 4.31.
 
 =item *
 
-The long-dormant perl bytecompiler has been added to the list of
-installed utilities since the bytecompiler backend has been improved.
-The bytecompiler is still very much experimental, though.
-
-=item *
-
 Perlbug is now much more robust.  It also sends the bug report to perl.org,
 not perl.com.
 
@@ -265,7 +259,7 @@ perlnewmod tells about writing and submitting a new module.
 =item *
 
 perlposix-bc explains using Perl on the POSIX-BC platform
-(a mainframe platform).
+(an EBCDIC mainframe platform).
 
 =item *
 
@@ -285,8 +279,14 @@ distribution.
 
 =head1 Performance Enhancements
 
+=over 4
+
+=item *
+
 map() that changes the size of the list should now work faster.
 
+=back
+
 =head1 Installation and Configuration Improvements
 
 =head2 Generic Improvements
@@ -413,7 +413,7 @@ C<q(a\\b)> now parses correctly as C<'a\\b'>.
 =item *
 
 Printing quads (64-bit integers) with printf/sprintf now works
-without q L ll prefixes (assuming you are on a quad-capable platform).
+without the q L ll prefixes (assuming you are on a quad-capable platform).
 
 =item *
 
@@ -682,7 +682,7 @@ marked.
 
 The various "opened only for", "on closed", "never opened" warnings
 drop the C<main::> prefix for filehandles in the C<main> package,
-for example C<STDIN> instead of <main::STDIN>.
+for example C<STDIN> instead of <main::STDIN>. 
 
 The "Unrecognized escape" warning has been extended to include C<\8>,
 C<\9>, and C<\_>.  There is no need to escape any of the C<\w> characters.