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



--- Comment #6 from Emmanuel Seyman <emman...@seyman.fr> ---
(In reply to David Tonhofer from comment #3)
> 
> But... what is that package syntax with parentheses?

RPM generates autoprovides for all perl modules in a package and these look
like perl(Foo) (where Foo is the packaged module). So you can ask dnf/yum to
install perl(Foo) and it will install the package that contains that module.

Because you don't want the shell to interpret the parentheses, you either need
to quote the provide or espace the parentheses.

dnf install "perl(Locale::Language)"
dnf install perl\(Locale::Language\)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to