Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 865594904e2ab1a025a528e324a838b2d087074e
https://github.com/Perl/perl5/commit/865594904e2ab1a025a528e324a838b2d087074e
Author: Dan Kogai <[email protected]>
Date: 2021-10-07 (Thu, 07 Oct 2021)
Changed paths:
M MANIFEST
M Porting/Maintainers.pl
M cpan/Encode/Encode.pm
M cpan/Encode/Encode.xs
R cpan/Encode/t/whatwg-aliases.json
R cpan/Encode/t/whatwg-aliases.t
Log Message:
-----------
cpan/Encode: synch with CPAN 3.13
Address RT#139622. It fixes the memory leak when you set FB_CROAK.
Usually that is not a problem because perl dies immediately after the
error occurs but that is not the case when you wrap it in eval {}.