A short test seems to indicate that this change does not reduce the usability of the [cpan://...] notation for module searches, as CPAN seems to automatically do a similarity search if no exact match is found:

http://search.cpan.org/dist/DBI vs. DBI # direct match via [cpan://DBI]
http://search.cpan.org/dist/test vs. test # fuzzy match via [cpan://test]

Update: Weirdly enough, for the second link, search.cpan.org does return different results, the current link style finds the 5.6.2 Perl distribution of Test, while the /dist/ link finds the 1.2.4 standalone distribution of Test.


In reply to Re: Proposal: change in the [cpan://module] shortcut by Corion
in thread Proposal: change in the [cpan://module] shortcut by mirod

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.