chromatic pointed out:

Perl 5 already has major version number increases, such as from 5.12 to 5.14.

Yes, I can see that, but perl5.14 will run almost any program that perl5.12 ran for you, and you probably appreciate this.

Now suppose, for example, p5p decided it was prudent to deprecate method-name package-name calling syntax. This would mean removing a feature, at least after a transition period with deprecation warnings. The warnings alone would hurt a lot of users of legacy code, who would have expected perl5.(n+2) to be largely consistent with perl5.n. Since p5p tend to be helpful people, they would hesitate to act like that.

Now if there was an opportunity to switch to a greater integer version number of Perl, there should be much more freedom in design decisions, since it seems reasonable to expect more substantial changes with more substantial version number increases.

I would like Perl to benefit from that kind of freedom. I understand that initially this notion was part of what started Perl 6. Of course there would be debate about what exactly would have to go into the new version of the language previously known as Perl 5, but I am sure we could end up with something quite practical.


In reply to Re^2: Next Big Step for Perl 5 by martin
in thread Next Big Step for Perl 5 by martin

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.