https://bugzilla.redhat.com/show_bug.cgi?id=1956816 --- Comment #3 from Petr Pisar <ppisar@xxxxxxxxxx> --- (In reply to Bahruz Mechtiyev from comment #2) > there is a Package in Perl Streams 5.30, but not in Perl Streams 5.26: > That's right. And that's correct. There is no package in perl:5.26 stream. The 5.26 packages live outside any perl stream. # dnf -q repoquery perl-Time-HiRes perl-Time-HiRes-0:1.9758-1.el8.x86_64 (from RHEL-8.0) perl-Time-HiRes-4:1.9758-2.el8.x86_64 (from RHEL-8.4) > ~]# dnf module list perl > Updating Subscription Management repositories. > Unable to read consumer identity > This system is receiving updates from Red Hat Satellite or Spacewalk server. > Last metadata expiration check: 0:03:50 ago on Tue 04 May 2021 04:50:26 PM > CEST. > Name Stream > Profiles Summary > perl 5.24 > common [d], minimal Practical Extraction > and Report Language > perl 5.26 [d] > common [d], minimal Practical Extraction > and Report Language > perl 5.30 [e] > common [d], minimal Practical Extraction > and Report Language > > dnf info perl-Time-HiRes > Last metadata expiration check: 0:00:33 ago on Tue 04 May 2021 04:50:26 PM > CEST. > Available Packages > Name : perl-Time-HiRes > Version : 1.9760 > Release : 439.module+el8.3.0+6718+7f269185 > Architecture : x86_64 > Size : 62 k > Source : > perl-Time-HiRes-1.9760-439.module+el8.3.0+6718+7f269185.src.rpm > Repository : rhel-8-appstream > Summary : High resolution alarm, sleep, gettimeofday, interval timers > License : GPL+ or Artistic > Description : The Time::HiRes module implements a Perl interface to the > usleep, nanosleep, > : ualarm, gettimeofday, and setitimer/getitimer system calls, > in other words, > : high resolution time and timers. > > I have switch to Perl Streams 5.30 That's a result of enabling perl:5.30 stream. The non-modular 5.26 perl-Time-HiRes disappears and a modular package built for perl:5.30 is visible instead. , but i cannot still install > perl-Mojolicious from this Stream, because it needs lib from Perl Stream > 5.26: Because EPEL packages, where perl-Mojolicous belongs to, are built only against the default perl stream. I.e. perl:5.26. I recommend you resetting perl module back the the default stream: # dnf module reset perl This will give you perl:5.26 and you should see the non-modular perl-Time-HiRes again. If it does not, then something is wrong with your repositories (or mirrors where you download them from). Finally, I also recommend running: # dnf --allowerasing distro-sync after changing module streams. This will synchronized the installed packaged to the ones available from the currently active module stream. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure