The smart match operator (~~) is always available in 5.10 and above, whether you explicitly use 5.010 or not.

The features which an explicit use 5.010 enables are:

I agree with you that the releases since 5.10 have not been especially compelling feature-wise. Some of the features are nice, but they're not world-changing.

package My::Foo 1.00 { ... }

... is nicer syntax for starting a package, but it's not so awesome that I'm willing to drop compatibility with pre-5.12 Perl just to use it.

Auto-dereferencing hashrefs and arrayrefs for each, push, shift, etc saves me... what? Three characters max?

Which is not to say that p5p are wasting their time. There are no doubt other, less visible changes which are big wins, but I haven't seen anything to get massively excited about since 5.10.

I think perhaps 5.18 will be the next time we see something interesting added to the language, because part of the 5.16 development seems to have been about getting a better structure in place for building use 5.XXX-dependant features.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'

In reply to Re^2: Measure twice, cut once by tobyink
in thread Measure twice, cut once by educated_foo

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.