Name: | perl-interpreter |
---|---|
Epoch: | 4 |
Version: | 5.32.1 |
Release: | 473.module+el8.10.0+90267+7012ad3b |
Architecture: | x86_64 |
Module: | perl:5.32:8100020240409120442:9fe1d287 |
Group: | Unspecified |
Size: | 117286 |
License: | GPL+ or Artistic |
RPM: | perl-interpreter-5.32.1-473.module+el8.10.0+90267+7012ad3b.x86_64.rpm |
Source RPM: | perl-5.32.1-473.module+el8.10.0+90267+7012ad3b.src.rpm |
Build Date: | Tue Apr 09 2024 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://www.perl.org/ |
Summary: | Standalone executable Perl interpreter |
Description: | This is a Perl interpreter as a standalone executable /usr/bin/perl required for handling Perl scripts. It does not provide all the other Perl modules or tools. Install this package if you want to program in Perl or enable your system to handle Perl scripts with /usr/bin/perl interpreter. If your script requires some Perl modules, you can install them with "perl(MODULE)" where "MODULE" is a name of required module. E.g. install "perl(Test::More)" to make Test::More Perl module available. If you need all the Perl modules that come with upstream Perl sources, so called core modules, install perl package. If you only need perl run-time as a shared library, i.e. Perl interpreter embedded into another application, the only essential package is perl-libs. Perl header files can be found in perl-devel package. Perl utils like "h2ph" or "perlbug" can be found in perl-utils package. Perl debugger, usually invoked with "perl -d", is available in perl-debugger package. |
- Fix CVE-2023-47038 - Added perl-autouse and perl-ExtUtils-MM-Utils to perl run-requires
- Add definition of OPTIMIZE to .ph files, if optimizing is used (bug#2159760)
- XSLoader requires DynaLoader
- Updated list of *.ph files (bug#1972637)
- Fix dumping a hash entry of PL_strtab type - Fix an arithmetic left shift of a minimal integer value (GH#18639)
- Protect locale tests from LANGUAGE environment variable - Prevent the number of buckets in a hash from getting too large - Fix a memory leak when compiling a regular expression (GH#18604)
- Fix a crash in optimizing split() (GH#18232) - Make accessing environment by DynaLoader thread-safe - Use duplocale() if available - Fix fc() in Turkish locale - Fix croaking on "my $_" when "use utf8" is in effect (GH#18449) - Fix PERL_UNUSED_ARG() definition in XSUB.h - Add missing entries to perldiag (GH#18276)
- 5.32.1 bump (see <https://metacpan.org/pod/release/SHAY/perl-5.32.1/pod/perldelta.pod> or release notes)
- Run-require perl(Encode) by perl-libs
- Fix an undefined behavior in Perl_custom_op_get_field() - Fix Config variable names in in t/op tests - Fix fetching a magic on the stacked file test operators