1. Because otherwise some of the pragmata will misbehave

    No. The pragmas (there is no such word in english as "pragmata"), behave exactly as they should.

    That is, the only pragma I use preceding the package statement, strict, functions perfectly both within the package and in the main at the end of the package.

    Equally, -w works just fine also.

  2. because then you don’t enclue Perl6 that it’s come across a Perl5 module,

    In the increasingly unlikely event that Perl6 is ever a real consideration, I seriously doubt that it will realistically be able to handle unmodified Perl5 modules reliably anyway.

    I would fully expect to have to re-work all of my modules for Perl6 to some degree, and that small thing would likely be the least problem of all. But I don't see any sign that I will be troubled to need to do so in the foreseeable future.

  3. and because it gratuitously complicates the tool-chain.

    "The tool-chain". What a wonderfully vague strawman that is.

    If there are tools out there that rely on such placement--that is neither mandated nor even advised by the language specification--then those tools are broken, "gratuitously" so, and should be fixed.

    Would you buy a hammer that required that all the nails you drive with it be vertically oriented, point down? Of course you wouldn't.


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

In reply to Re^5: 'use' inside or outside of package declaration? by BrowserUk
in thread 'use' inside or outside of package declaration? by John M. Dlugosz

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.