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

Dan Book <gri...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gri...@gmail.com



--- Comment #2 from Dan Book <gri...@gmail.com> ---
Note that if the perl binary is present in an installed system, it is there as
a dependency and only the modules that are depended on by the system will be
included. If you want to use the perl binary for any other purpose than the
installed system required it for, you should `dnf install perl`, which will
install the full Perl core.

Further, if you want to install CPAN modules outside of those packaged in RPM
for your system, I would recommend to either install them in a local::lib in
your home directory (you can install perl-homedir to set this up automatically
for all users), or install your own perl using perl-build or perlbrew or plenv.
The risk of manually installing CPAN modules is that these will install to
sitelib, which is preferred over vendorlib, and you may install a version of a
module which is not compatible with an RPM-installed version in vendorlib
expected by a system function.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2338799

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202338799%23c2

-- 
_______________________________________________
perl-devel mailing list -- perl-devel@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-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to