From 4bcb627b0327790995dd11c1a05bf5e6a25792ee Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 19 Jan 2012 22:44:06 -0800 Subject: [PATCH] perldelta: typo --- pod/perldelta.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 545025a..76260d0 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -820,7 +820,7 @@ Two warning messages that mention variable names started crashing in =item * Bitwise assignment operators and copy-on-write -In 5.14.0, the bitwise assignment operators C<|=>, C<^=> and C<&=> starting +In 5.14.0, the bitwise assignment operators C<|=>, C<^=> and C<&=> started leaving the left-hand side undefined if it happened to be a copy-on-write string. This has been fixed [perl #108480]. -- 2.7.4