All credits to you for just thinking about it. Being aware that you put a burden on downstream users is a very nice start!

Points to think about: when depending om somethink like Moose is directly and indirectly depending on a whole bunch of other things already, so adding Path::Tiny is not that much of a problem anymore. It is more than likely that one of Moose's requirements already depends on it anyway.

The second thing to think about is how much back you want to support perl itself. 5.005? (probably not). 5.6.2? 5.8.4? 5.10.1? 5.12? Some modules you want to depend on (or like to use) might not support the perl *you* want to support.

Another thing to be aware of is the number of modules that already depend on the module you want to depend on: the position in the river of that module. The higher up-river (like Test::More) the more likely any of the other modules already installed on the system already depend on it: the chance that it already is installed is higher.


Enjoy, Have FUN! H.Merijn

In reply to Re: Criteria for when to use a cpan module by Tux
in thread Criteria for when to use a cpan module by nysus

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.