[ABE.pm] perl 5.12! - the little things

Walt Mankowski waltman at pobox.com
Tue May 4 08:15:27 PDT 2010


On Tue, May 04, 2010 at 11:06:55AM -0400, Ricardo Signes wrote:
> * Walt Mankowski <waltman at pobox.com> [2010-05-04T11:00:42]
> > In 5.10 I thought you had to say
> > 
> >   use feature ':5.10';
> > 
> > to get all the shiny new 5.10 features.  That syntax is just odd
> > enough that I can never remember it.  Could I have been saying
> > 
> >   use 5.10.0;
> 
> Yes.  Requesting a specific version with 'use' implies requesting all the
> features in its bundle.

Huh.  And it's even there at the bottom of the pod for "feature".
Learn something new everyday, I guess.

Thanks!

Walt


More information about the ABE-pm mailing list