X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl591delta.pod;h=400f90f893580b3085a1bfaca2f33406b4cf3d7e;hb=8886331dd4b839d5227a0a7455922ad41c74f30f;hp=e450332c5811f2105c05b0ecce6e6512246fe307;hpb=f15752a524e132bcba8293837a456fb70f6471d9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl591delta.pod b/pod/perl591delta.pod index e450332..400f90f 100644 --- a/pod/perl591delta.pod +++ b/pod/perl591delta.pod @@ -5,7 +5,7 @@ perldelta - what is new for perl v5.9.1 =head1 DESCRIPTION This document describes differences between the 5.9.0 and the 5.9.1 -developement releases. See L for the differences between +development releases. See L for the differences between 5.8.0 and 5.9.0. =head1 Incompatible Changes @@ -15,7 +15,7 @@ developement releases. See L for the differences between The lvalues returned by the three argument form of substr() used to be a "fixed length window" on the original string. In some cases this could cause surprising action at distance or other undefined behaviour. Now the -length of the window adjusts iself to the length of the string assigned to +length of the window adjusts itself to the length of the string assigned to it. =head2 The C<:unique> attribute is only meaningful for globals @@ -250,6 +250,9 @@ On some configurations on AIX 5, one test in F fails. When configured with long doubles, perl may fail tests 224-236 in F on the same platform. +For threaded builds, F has been reported to +fail some tests on HP-UX 10.20. + =head1 To-do for perl 5.10.0 This is a non-exhaustive, non-ordered, non-contractual and non-definitive @@ -288,7 +291,7 @@ C). Make threads more robust. -Make C and C work. +Make C and C work (opposite of C, etc.). A test suite for the B module would be nice.