Incidentally i learned something useful: declare dependencies also for core modules because nothing is eternal!

There are a couple of other good reasons to declare dependencies on core modules. Many vendor perls (yes, I'm looking at you, RHEL) do not install all of core by default. If they decide to package your module and it depends on one of the as-yet-uninstalled but core packages, the dependency may be unmet. Help the packager by declaring the dependencies and it should all work more smoothly.

It will also help the p5p if you declare core dependencies so that they can more easily see which of the core modules are widely used when deciding what to remove from core in later versions. It is much easier if this is in the metadata.


In reply to Re: About the CORE and the history of Module::Pluggable by hippo
in thread About the CORE and the history of Module::Pluggable by Discipulus

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.