Switching Perl Versions

Brandon Allbery allbery.b at gmail.com
Sun Jan 29 09:49:24 PST 2012


On Sun, Jan 29, 2012 at 12:41, Rodolfo Aramayo <raramayo at gmail.com> wrote:

> Can I just issue the command:
>
> sudo port install perl5 +perl5_14
>
> or
> sudo port -R upgrade perl5 +perl5_14
>

The latter, with one modification:  you also need to disable the existing
variant, or it will try to satisfy both (and error out because they
conflict):

    sudo port -R upgrade perl5 +perl5_14 -perl5_12

-- 
brandon s allbery                                      allbery.b at gmail.com
wandering unix systems administrator (available)     (412) 475-9364 vm/sms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-users/attachments/20120129/a6980a03/attachment.html>


More information about the macports-users mailing list