Name: | perl-Attribute-Handlers |
---|---|
Version: | 1.01 |
Release: | 473.module+el8.10.0+90354+a7e78d72 |
Architecture: | noarch |
Module: | perl:5.32:8100020240624030457:9fe1d287 |
Group: | Unspecified |
Size: | 39366 |
License: | GPL+ or Artistic |
RPM: | perl-Attribute-Handlers-1.01-473.module+el8.10.0+90354+a7e78d72.noarch.rpm |
Source RPM: | perl-5.32.1-473.module+el8.10.0+90354+a7e78d72.src.rpm |
Build Date: | Mon Jun 24 2024 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://www.perl.org/ |
Summary: | Simpler definition of attribute handlers |
Description: | This Perl module, when inherited by a package, allows that package's class to define attribute handler subroutines for specific attributes. Variables and subroutines subsequently defined in that package, or in packages derived from that package may be given attributes with the same names as the attribute handler subroutines, which will then be called in one of the compilation phases (i.e. in a "BEGIN", "CHECK", "INIT", or "END" block). |
- 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