Bug 1851246
| Summary: | perl-constant-tiny: FTBFS with Perl 5.32 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jitka Plesnikova <jplesnik> |
| Component: | perl-constant-tiny | Assignee: | Petr Pisar <ppisar> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | perl-devel, ppisar |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | https://koschei.fedoraproject.org/package/perl-constant-tiny | ||
| Whiteboard: | |||
| Fixed In Version: | perl-constant-tiny-1.02-15.fc33 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-06-26 09:35:38 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Jitka Plesnikova
2020-06-25 21:49:59 UTC
I'm keen to retire this package. It's not needed by anything in Fedora, and the purpose of this module diminished when core constant module started to delay the loading of an expensive utf8_heavy.pl module. A reproducer: $ perl -Ilib -e 'use constant::tiny; use constant;' Attempt to reload constant.pm aborted. Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1. It was a simple fix. |