
perlbug-followup at perl
Nov 16, 2009, 1:56 PM
Post #1 of 1
(191 views)
Permalink
|
|
[perl #60472] Module Encode degrades in Perl 5.10
|
|
On Tue Nov 10 00:10:31 2009, tonyc wrote: > On Wed Jul 15 20:30:15 2009, tonyc wrote: > > On Tue, Jul 14, 2009 at 10:38:52AM +1000, Tony Cook wrote: > > > When I find the time/energy I'll try adjusting > > Perl_sv_pvn_force_flags > > > to set only pPOK for GMG SVs and see what it breaks. > > This seems like it was a wild goose chase. SvSETMAGIC() will clear the > POK flag, and if encode is modified to call it, the code behaves as > expected. > > Pushed to https://rt.cpan.org/Ticket/Display.html?id=51263 The specific case described in 60472 should be fixed by Encode 2.38.
|