X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl591delta.pod;h=400f90f893580b3085a1bfaca2f33406b4cf3d7e;hb=1c7d9af3bd40a8ae4d0b1feabf16378e4446d90a;hp=83252e6c591df4ba2b5efc797c9784834534d609;hpb=1bafd7b369e6dc961811da8c580e518d7df3758a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl591delta.pod b/pod/perl591delta.pod index 83252e6..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