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

Ricardo Signes perl.abe at rjbs.manxome.org
Tue May 4 08:06:55 PDT 2010


* 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.

-- 
rjbs


More information about the ABE-pm mailing list