https://bugzilla.redhat.com/show_bug.cgi?id=1494175 --- Comment #2 from Paul Howarth <paul@xxxxxxxxxxxx> --- It's called perl-Test-Simple because the upstream distribution on CPAN is called Test-Simple (https://metacpan.org/release/Test-Simple). Here's a useful trick for you: to install an arbitrary perl module from the Fedora repos, even if you don't know which package it's in, e.g. Test::Simple, do: # dnf install 'perl(Name::Of::Module)' e.g. # dnf install 'perl(Test::Simple)' The packages themselves use dependencies in this format because modules move from one distribution to another from time to time, and this format works whichever package ends up shipping a module. -- 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