Bug 1729138

Summary: On Fedora Rawhide, the perl module does not have the default stream set.
Product: [Fedora] Fedora Modules Reporter: Lukas Ruzicka <lruzicka>
Component: perlAssignee: Petr Pisar <ppisar>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: unspecified   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-07-11 13:23:20 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 Lukas Ruzicka 2019-07-11 13:03:57 UTC
Description of problem:
On Fedora Rawhide, the perl module does not have the default stream set. Because there are multiple streams available for this module, DNF will not install using `dnf module install perl`. It will report an error instead. Since modules should be able to install using the aforementioned command, I consider this a bug.

How reproducible:
Always

Steps to reproduce:
1. dnf module list perl

Expected results:
Modules should have the defaults set.

Additional info:
If you did not set the defaults on purpose, please share the reason and confirm that explicitely.

Comment 1 Petr Pisar 2019-07-11 13:23:20 UTC
perl module cannot have a default stream because Perl is also packaged in the classical non-modular repository and Fedora does not allow modules to override non-modular packages.