Name: | rh-perl530-perl-interpreter |
---|---|
Epoch: | 4 |
Version: | 5.30.1 |
Release: | 452.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 15786876 |
License: | (GPL+ or Artistic) and (GPLv2+ or Artistic) and BSD and Public Domain and UCD |
RPM: | rh-perl530-perl-interpreter-5.30.1-452.el7.aarch64.rpm |
Source RPM: | rh-perl530-perl-5.30.1-452.el7.src.rpm |
Build Date: | Fri Jun 11 2021 |
Build Host: | ca-buildarm02.us.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 /opt/rh/rh-perl530/root/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 /opt/rh/rh-perl530/root/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 "splain" or "perlbug" can be found in perl-utils package. |
- Fix shebangs (bug #1813199)
- Rebuild of bootstrapped packages
- SCL
- Fix a memory leak when compiling a regular expression with a non-word class (GH#17218)
- Fix overloading for binary and octal floats (RT#125557) - Fix handling undefined array members in Dumpvalue (RT#134441) - Fix taint mode documentation regarding @INC - Fix handling a layer argument in Tie::StdHandle::BINMODE() (RT#132475) - Fix an unintended upgrade to UTF-8 in the middle of a transliteration - Fix a race in File::stat() tests (GH#17234) - Fix a buffer overread when parsing a number (GH#17279) - Fix GCC 10 version detection (GH#17295)
- 5.30.1 bump (see <https://metacpan.org/pod/release/SHAY/perl-5.30.1/pod/perldelta.pod> for release notes)
- Fix a memory leak when matching a UTF-8 regular expression (RT#134390) - Fix a detection for futimes (RT#134432)
- Adjust spec file to rpm-build-4.15.0-0.rc1.1 - Fix parsing a Unicode property name when compiling a regular expression - Fix a buffer overread when parsing a Unicode property while compiling a regular expression (RT#134133) - Do not interpret 0x and 0b prefixes when numifying strings (RT#134230) - Fix a buffer overread when compiling a regular expression with many escapes (RT#134325) - Fix a buffer overflow when compiling a regular expression with many branches (RT#134329) - Correct a misspelling in perlrebackslash documentation (RT#134395)
- Fix a NULL pointer dereference in PerlIOVia_pushed() - Fix a crash when setting $@ on unwinding a call stack (RT#134266) - Fix parsing a denominator when parsing a Unicode property name - Fix a documentation about a future API change - Do not run File-Find tests in parallel
- Fix propagating non-string variables in an exception value (RT#134291) - Include trailing zero in scalars holding trie data (RT#134207) - Fix a use after free in /(?{...})/ (RT#134208) - Fix a use after free in debugging output of a collation - Fix file mode of a perl-example.stp example