How do YOU manage Perl modules when using a package manager?

前端 未结 10 1906
花落未央
花落未央 2020-11-28 07:11

A recent question here on SO got me thinking.

On most Linux distributions that I tried, some Perl modules would be available through the package manager. Others, of

10条回答
  •  庸人自扰
    2020-11-28 07:27

    I recommend use only cpan. The modules includes in Linux distro is only to cover package dependency. When you are installing linux without internet access with only CDs, it can't use cpan, so some modules are included as packages, but to a Perl developer this is bad.

    Also I used to have a cpan configured to install modules in my home, (.perl) without root login needed.

提交回复
热议问题