-
Bug
-
Resolution: Unresolved
-
Undefined
-
rhel-10.0
-
None
-
perl-Module-CoreList-5.20260119-1.el10
-
None
-
Low
-
rhel-stacks-services-scripting
-
24
-
26
-
0
-
False
-
False
-
-
No
-
CentOS Stream
-
None
-
Pass
-
Automated
-
Unspecified Release Note Type - Unknown
-
Unspecified
-
Unspecified
-
Unspecified
-
All
-
None
What were you trying to do that didn't work?
Recently, I started using CentOS Stream 10, and I found the oneliner below fails with "Module::CoreList does not have target perl 5.040002 at -e line 1."
```
perl -MModule::CoreList -le '$Module::CoreList::version{$]} and print "ok" or die "Module::CoreList does not have target perl $]"'
```
What is the impact of this issue to you?
The above prevents me from using `App::cpm`, which is a faster and far better alternative to `cpanm`. App::cpm performs such a sanity check of the target Perl with Module::CoreList.
Please update perl-Module-CoreList too whenever a newer Perl rpm is released.
Please provide the package NVR for which the bug is seen:
perl-Module-CoreList-5.20250120-1.el10.noarch
How reproducible is this bug?:
Please install perl and test below:
```sh
perl -MModule::CoreList -le '$Module::CoreList::version{$]} and print "ok" or die "Module::CoreList does not have target perl $]"'
```
Steps to reproduce
- Install perl. (this will install perl-Module-CoreList too)
- Run the oneliner.
Expected results
'ok'
Actual results
'Module::CoreList does not have target perl 5.040002 at -e line 1.'
- links to
-
RHBA-2026:158621
perl-Module-CoreList update