Name: | perl-Sub-Name |
---|---|
Version: | 0.26 |
Release: | 7.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 102077 |
License: | GPL+ or Artistic |
RPM: | perl-Sub-Name-0.26-7.el9.aarch64.rpm |
Source RPM: | perl-Sub-Name-0.26-7.el9.src.rpm |
Build Date: | Sun Feb 13 2022 |
Build Host: | build-ol9-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Sub-Name |
Summary: | Name - or rename - a sub |
Description: | This module allows one to "name" or rename subroutines, including anonymous ones. Note that this is mainly for aid in debugging; you still cannot call the sub by the new name (without some deep magic). |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Perl 5.32 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- Update to 0.26 - %DB::sub is now populated correctly for sub names with wide characters or nulls (GH#9) - Better Perl 5.6 compatibility by lowering prereqs of core modules - Test for renaming lexical subs, which should work on Perl 5.22+ (GH#10) - Small internal changes to bring implementation in line with changes to Sub::Util - Fix "Undefined symbol "DPPP_my_croak_xs_usage"" error on some perls (CPAN RT#125158) - Use author-independent source URL - Fix permissions verbosely