From: Rafael Garcia-Suarez Date: Tue, 22 Mar 2005 16:15:58 +0000 (+0000) Subject: Some updates in the new perldelta. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3911fe8f5f4d3f33a965b90569c17fe7f3ac2abb;p=p5sagit%2Fp5-mst-13.2.git Some updates in the new perldelta. p4raw-id: //depot/perl@24072 --- diff --git a/pod/perl592delta.pod b/pod/perl592delta.pod index 0d88ff7..614cf4e 100644 --- a/pod/perl592delta.pod +++ b/pod/perl592delta.pod @@ -47,6 +47,10 @@ For consistency, C in unpack() format now trims all Unicode whitespace from the end of the string. Before perl 5.9.2, it used to strip only the classical ASCII space characters. +=head2 The -C option can no longer be used on the #! line + +It wasn't working anyway. + =head1 Core Enhancements =head2 Regexp debug flags @@ -57,8 +61,36 @@ effect for the regular expression engine when running under C, by Richard Clamp, is a small handy module that tells +you what versions of core modules ship with any versions of Perl 5. It +comes with a command-line frontend, C. + +=back + +=head2 Updated And Improved Modules and Pragmata + =head1 Utility Changes +=over 4 + +=item * + +The C utility is now installed with perl (see L +above). + +=item * + +C and C have been made a bit more robust with regard to +"modern" C code. + +=back + =head1 Documentation =head1 Performance Enhancements @@ -75,6 +107,13 @@ added to fine tune this optimization. =head1 New or Changed Diagnostics +The warning I has been removed. + +The error I has been reformulated to be more +descriptive. + +There is a new compilation error, I. + =head1 Changed Internals =head1 Known Problems