This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Call $encoding->decode($sv) without a $chk argument.
authorNick Ing-Simmons <nik@tiuk.ti.com>
Tue, 9 Jul 2002 12:38:01 +0000 (12:38 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Tue, 9 Jul 2002 12:38:01 +0000 (12:38 +0000)
commitf989386671918f01ee81e803b0ebff38ff623ad4
tree084fc41801bae62111e504ccd72d97a4f2178799
parent1fd8f4ce4f455e94926dba744af1f828c467ad44
Call $encoding->decode($sv) without a $chk argument.
This fixes modification of readonly value under use encoding().
Not a final fix as it does not warn on failed decode.

p4raw-id: //depot/perlio@17435
sv.c