I would consider it a mistake to ever rename Exporter::Tidy to Exporter - Exporter should never offer Exporter::Tidy semantics. Newer code should fail for absence of Exporter::Tidy on old platforms, not for lacking support of its semantics in the then current Exporter: simply installing Exporter::Tidy is much easier than replacing the entire Exporter package.

I'm also not saying Exporter::Tidy should support the Exporter features at all. It would be the sole responsibility of Exporter::Tidy::Compat to translate.

Looking at the list though, I'm wondering whether it would make any sense at all.. supporting some of them would obviously require modifications to the import() that would water down the whole thing. Limitations on what could be done without changing Exporter::Tidy's import() would be acceptable IMO, but "user visible" changes to the interface are not. On those grounds, consider my suggestion retracted.

Makeshifts last the longest.


In reply to Re^5: Exporter::Tidy (looks like no ::Compat then) by Aristotle
in thread Exporter::Tidy by Juerd

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.