From ad790500e6fadbcb6628bc201e3e06cf6ac536b1 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 11 Dec 2011 20:45:36 -0800 Subject: [PATCH] perldelta for e7d0a3fbd9 (tying PVMG COWs) --- pod/perldelta.pod | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index bdef597..196439b 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1,7 +1,7 @@ =encoding utf8 =for comment -This has been completed up to 0ea03996e7, except for +This has been completed up to e7d0a3fbd9, except for e032854 khw [perl #32080] is_utf8_string() reads too far b0f2e9e nwclark Fix two bugs related to pod files outside of pod/ (important enough?) @@ -701,6 +701,12 @@ results of such assignments are still undefined. Creating a C sub no longer stops C<%+>, C<%-> and C<%!> from working some of the time [perl #105024]. +=item * + +Assigning C<__PACKAGE__> or another shared hash key string to a variable no +longer stops that variable from being tied if it happens to be a PVMG or +PVLV internally. + =back =head1 Known Problems -- 2.7.4