I have a carton cpanfile. on servers on which I have sudo, I would be happy to install the latest versions of my modules globally instead.
do I write a script that removes the 'requires' and uses cpan -i
(although I am concerned that I may have too many to fit the command line limit), or is this functionality already somewhere else?