I think I remember that the core language modules will not update, but rather are updated as a separate package from cygwin.com (is this right?).

Like with many OS distros, Cygwin splits core Perl into two packages: perl and perl_base. I don't know what each provides. If you have both installed and you upgrade one, you should upgrade the other one too. Hopefully, that's automatic. Having core modules that don't match your perl would be a problem.

And what about the vendor modules?

Other Perl packages installed with Cygwin's package manager should have dependencies that forces their update when Perl is updated to something incompatible (a different major version). If not, just select to update all the Perl-related packages when you upgrade the core Perl ones. The package manager will make clear what's being updated.

And what about the vendor modules? But mostly, what about the modules in site_perl locations, modules I've built and installed myself?

Cygwin's package manager doesn't know anything about those, so it can't reinstall them for the new Perl. Fortunately, Cygwin appears to use versioned paths. So the modules that need reinstalling will simply vanish from perl's sight rather than malfunction.

For more control, use perlbrew.


In reply to Re: CygPerl question: what to expect from update when Cygwin releases 5.42 by ikegami
in thread CygPerl question: what to expect from update when Cygwin releases 5.42 by Intrepid

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.