Which cpan installer is the right one? (CPAN.pm/CPANPLUS/cpanminus)
There are multiple installers for cpan modules available; I know of at least CPAN.pm (comes with perl,) CPANPLUS, and cpanminus. What is the difference between the three? What situations call for using one over the other? Are there other module installers I should know about? cjm CPAN.pm ( cpan ) is the original client. It comes with Perl, so you already have it. It has the most features. It has a lot of configuration options to customize the way it works, though virtually everyone accepts the default installation. It integrates easily with local::lib . cpanminus ( cpanm ) is an attempt to