https://bugzilla.redhat.com/show_bug.cgi?id=1762445



--- Comment #1 from Petr Pisar <ppi...@redhat.com> ---
I cannot reproduce it.

"perl" module has no default stream thus it's not enabled by default. You can
check it with "dnf module list | grep '^perl\s'". There shouldn't be any [d] or
[e] next to the stream identifier. This is what I can see:

# dnf module list | grep '^perl\s' | sort
perl                5.24           minimal, default                            
     Practical Extraction and Report Language                                   
perl                5.26           minimal, default [d]                        
     Practical Extraction and Report Language                                   
perl                5.26           minimal, default [d]                        
     Practical Extraction and Report Language                                   
perl                5.26           minimal, default [d]                        
     Practical Extraction and Report Language                                   
perl                5.28           minimal, default [d]                        
     Practical Extraction and Report Language                                   
perl                5.28           minimal, default [d]                        
     Practical Extraction and Report Language                                   
perl                5.30           common, minimal, default [d]                
     Practical Extraction and Report Language                                   
perl                5.30           common, minimal, default [d]                
     Practical Extraction and Report Language            

I suspect that you either enabled 5.26 stream by an accident, or set
module_hotfixes YUM repository configuration variable, or your repository
mirror is broken (e.g. missing a modular metadata), or you found some bug in
DNF.

You can locate a repository the offending packages comes from with "dnf info
perl-HTTP-Tiny" commnd and then check the appropriate modular metadata in
/var/cache/dnf/*/repodata/*modules.yaml.gz whether the package is listed under
data/artifacts/rpms YAML node.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
perl-devel mailing list -- perl-de...@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
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-de...@lists.fedoraproject.org

Reply via email to