X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl570delta.pod;h=20abcd6b9ce0505f45d9590c32af45fc81b37e28;hb=953f6acfa20ec275ec39a552dfac8124bd93ebdf;hp=9ca2dfac94ca1bf7989fdad5daf02d0cc931424c;hpb=1577cd8083ce36a55c5a17443a5fe2c735f08e36;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl570delta.pod b/pod/perl570delta.pod index 9ca2dfa..20abcd6 100644 --- a/pod/perl570delta.pod +++ b/pod/perl570delta.pod @@ -127,7 +127,7 @@ is a NaN. Previously the behaviour was unspecified. =item * -C can now be used to force a string to UTF8. +C can now be used to force a string to UTF-8. =item * @@ -508,7 +508,7 @@ C, C, and C now match titlecase. Concatenation with the C<.> operator or via variable interpolation, C, C, C, C, the C operator, -substitution with C, single-quoted UTF8, should now work--in +substitution with C, single-quoted UTF-8, should now work--in theory. =item * @@ -589,12 +589,12 @@ Long doubles should now work (see INSTALL). =item * -MacOS Classic +Mac OS Classic -Compilation of the standard Perl distribution in MacOS Classic should -now work if you have the Metrowerks development environment and -the missing Mac-specific toolkit bits. Contact the macperl mailing -list for details. +Compilation of the standard Perl distribution in Mac OS Classic should +now work if you have the Metrowerks development environment and the +missing Mac-specific toolkit bits. Contact the macperl mailing list +for details. =item * @@ -690,7 +690,7 @@ concurrently. (Still 16M per thread.) =item * -Ctmpdir()> now prefers C:/temp over /tmp +C<< File::Spec->tmpdir() >> now prefers C:/temp over /tmp (works better when perl is running as service). =item * @@ -870,8 +870,8 @@ progress is the bytecode compiler. If you find what you think is a bug, you might check the articles recently posted to the comp.lang.perl.misc newsgroup and the perl -bug database at http://bugs.perl.org. There may also be -information at http://www.perl.com/perl/, the Perl Home Page. +bug database at http://bugs.perl.org/ There may also be +information at http://www.perl.com/perl/ , the Perl Home Page. If you believe you have an unreported bug, please run the B program included with your release. Be sure to trim your bug down