Better suggestions welcome

No, I don't have a better suggestion - though I would do it differently.

Normally, when one updates a core module on Win32, it goes into perl/lib, clobbering the old version in the process. I personally don't see any reason to change that behaviour.

Looking a little more closely at the Strawberry distro, we see there are still some MakeMaker modules in perl/lib/ExtUtils - eg EU::Liblist, which is duplicated in perl/site/lib/ExtUtils. (I think the duplicated modules are identical. One hopes so, as its the ones in perl/lib/ExtUtils that will be loaded.) If EU::MM is going into perl/site/lib then I think it would be a good idea to remove *all* of the MakeMaker modules from perl/lib/ExtUtils.

Anyway .... nothing to lose any sleep over. I was merely taken aback for a few minutes when I went to open MM_Win32.pm and it wasn't there !! :-)

Cheers,
Rob

In reply to Re^2: [Inconsequential] Strawberry Perl and MM_Win32.pm by syphilis
in thread [Inconsequential] Strawberry Perl and MM_Win32.pm by syphilis

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.