http://www.perlmonks.org?node_id=1067135


in reply to Re^2: Is there an easier way to find and install modules on Linux?
in thread Is there an easier way to find and install modules on Linux?

cpanm is generally less chatty than the default cpan client. It doesn't ask you silly questions like "do you want to install these dependencies?".

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name
  • Comment on Re^3: Is there an easier way to find and install modules on Linux?
  • Download Code