Mailing List Archive

[Encode] 3.13 Released
Porters,

Just updated Encode to 3.13 To address RT#139622.

https://rt.cpan.org/Ticket/Display.html?id=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 {}.

=head1 Availability

* git clone git://github.com/dankogai/p5-encode.git
* https://www.dan.co.jp/~dankogai/cpan/Encode-3.13.tar.gz
* CPAN near you.

Travis is all green.

* https://travis-ci.org/dankogai/p5-encode

=head1 CPAN index

User: DANKOGAI ()
Distribution file: Encode-3.13.tar.gz
Number of files: 225
*.pm files: 26
README: Encode-3.13/README
META-File: Encode-3.13/META.json
META-Parser: Parse::CPAN::Meta 1.4414
META-driven index: no
Timestamp of file: Wed Oct 6 00:57:50 2021 UTC
Time of this run: Wed Oct 6 01:00:49 2021 UTC

=head1 Changes

$Revision: 3.13 $ $Date: 2021/10/05 23:48:27 $
! Encode.xs
Apply the patch of RT#139622 to fix a memory leak on FB_CROAK
https://rt.cpan.org/Ticket/Display.html?id=139622

=head1 AUTHOR

Dan the Encode Maintainer
Re: [Encode] 3.13 Released [ In reply to ]
Dan-san

Thank you very much!