Name: | perl-encoding |
---|---|
Epoch: | 4 |
Version: | 2.19 |
Release: | 7.module+el8.1.0+5399+8245a79b |
Architecture: | x86_64 |
Module: | perl:5.24:8010020190529084201:ee766497 |
Group: | Development/Libraries |
Size: | 138591 |
License: | GPL+ or Artistic |
RPM: | perl-encoding-2.19-7.module+el8.1.0+5399+8245a79b.x86_64.rpm |
Source RPM: | perl-Encode-2.88-7.module+el8.1.0+5399+8245a79b.src.rpm |
Build Date: | Sat Nov 09 2019 |
Build Host: | jenkins-10-147-72-125-11590f9b-7638-47cb-8088-559344c0d855.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Encode/ |
Summary: | Write your Perl script in non-ASCII or non-UTF-8 |
Description: | With the encoding pragma, you can write your Perl script in any encoding you like (so long as the Encode module supports it) and still enjoy Unicode support. However, this encoding module is deprecated under perl 5.18. It uses a mechanism provided by perl that is deprecated under 5.18 and higher, and may be removed in a future version. The easiest and the best alternative is to write your script in UTF-8. |
- Rebuild with enable hardening (bug #1636329)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- 2.88 bump
- 2.87 bump
- Fix Encode::encode_utf8(undef) to return undef (CPAN RT#116904) - Refuse non-shortests UTF-8 representations in strict mode - Fix panic when encoding undefined scalars
- Add Artistic 2.0 into license tag because of encguess tool
- 2.86 bump
- 2.85 bump
- Avoid loading optional modules from default . (CVE-2016-1238)
- Increase epoch to favour standalone package