If you wanted to make sure this didn't happen again, the PAUSE indexer could be patched to do case-folded comparisons so that module authors would be warned of this kind of conflict.

Yes, I'm unsure exactly what to do about this. While I could see warning future module authors about it, the problem is that there are already modules whose names differ already in case. You couldn't easily prevent uploads of modules whose names case-insensitively conflict with other modules unless you wanted to prevent all of the authors of the modules that already exist from uploading new versions. It would probably be too heavy-handed to make a bunch of people change their modules' names.

I guess you could prevent people from uploading modules whose names have never been used before but conflict with others case-insensitively, though. Still, maybe just warning authors is the best solution.


Once it's Turing complete, everything else is just syntactic sugar.

In reply to Re: Re: The Case for Sensitivity to Case-Insensitivity in Module Names by QwertyD
in thread The Case for Sensitivity to Case-Insensitivity in Module Names by QwertyD

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.