Just a quick update. I've completed the upgrade: all went well.

No problems in the Perl space. I successful ran a few scripts. My GUIs (Tk) worked as expected. As a test for cpan, I installed Acme: all good. No problems with Perlbrew. The OS has its own, two versions of Perl.

$ /usr/bin/perl -v | head -2 | tail -1 This is perl 5, version 18, subversion 2 (v5.18.2) built for darwin-th +read-multi-2level $ /usr/local/bin/perl -v | head -2 | tail -1 This is perl 5, version 18, subversion 1 (v5.18.1) built for darwin-th +read-multi-2level $ which perl /Users/ken/perl5/perlbrew/perls/perl-5.24.0t/bin/perl $ perl -v | head -2 | tail -1 This is perl 5, version 24, subversion 0 (v5.24.0) built for darwin-th +read-multi-2level $ perlbrew switch perl-5.25.9t $ which perl /Users/ken/perl5/perlbrew/perls/perl-5.25.9t/bin/perl $ perl -v | head -2 | tail -1 This is perl 5, version 25, subversion 9 (v5.25.9) built for darwin-th +read-multi-2level

Not related to Perl, but just for general information: it's ~5Gb download; the subsequent installation took maybe an hour (I wasn't watching it that closely); all of my standard applications (including Firefox, Thunderbird, VLC, OpenOffice, Foxit) worked as previously (i.e. no reinstallation or reconfiguration required); the overall look-and-feel is virtually identical.

— Ken


In reply to Re: Perl on Sierra (Mac OS X 10.12.x): any issues? [Upgrade completed successfully] by kcott
in thread Perl on Sierra (Mac OS X 10.12.x): any issues? by kcott

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.