Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-144358

perl-Module-CoreList is out of sync with perl

Linking RHIVOS CVEs to...Migration: Automation ...SWIFT: POC ConversionSync from "Extern...XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • rhel-10.2
    • rhel-10.0
    • perl-Module-CoreList
    • None
    • perl-Module-CoreList-5.20260119-1.el10
    • None
    • Low
    • rhel-stacks-services-scripting
    • 24
    • 26
    • 0
    • False
    • False
    • Hide

      None

      Show
      None
    • No
    • CentOS Stream
    • None
    • 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

      1. Install perl. (this will install perl-Module-CoreList too)
      2. Run the oneliner.
      3.  

      Expected results

      'ok'

      Actual results

      'Module::CoreList does not have target perl 5.040002 at -e line 1.'

       

              jplesnik@redhat.com Jitka Plesnikova
              hkoba501 Hiroaki Kobayashi
              perl-maint-list perl-maint-list
              Martin Kyral Martin Kyral
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: