in reply to Re: Re: (kudra: CPANPLUS) Re: To install a module...
in thread To install a module...
As for the normal prereq handling, CPANPLUS allows you to select whether you should always follow prereqs, never follow prereqs, or prompt for each.
CPANPLUS will decline to install new versions of Perl. It will let you download them, if you like, but because Perl should be installed quite interactively, CPANPLUS insists you do it yourself.
One advantage you may find to CPANPLUS--which I mention since you talk about production servers--is the programmer's interface which makes it easier to maintain modules on multiple machines. You can set up an install script to install the same modules on multiple machines (and handle known issues with modules and the like). CPAN.pm does allow this, but by poking through the shell. By comparision CPANPLUS is a lot cleaner, since it was designed with the programmer's interface in mind (shells are just layers on top of the interface). Check out Backend for more information on the programmer's interface. It's worth noting, however, that this is version .036, and the interface changes significantly (which it may continue to do until release 1.0) in the upcoming .04 (in particular, return values become objects).
|
---|