Front page | perl.perl5.porters |
Postings from February 2022
Re: PSC #054 2022-02-11
Thread Previous
|
Thread Next
From:
Paul "LeoNerd" Evans
Date:
February 16, 2022 01:02
Subject:
Re: PSC #054 2022-02-11
Message ID:
20220215225201.743871a9@shy.leonerd.org.uk
On Tue, 15 Feb 2022 14:47:42 -0800
Darren Duncan <darren@darrenduncan.net> wrote:
> On 2022-02-15 9:30 a.m., Ricardo Signes wrote:
> > Further, they should be enabled under |use v5.36|, as part of our
> > goal of providing the best possible perl we can with the least
> > required boilerplate.
>
> For further clarity, when it is decided that say "use v5.36" will
> include a feature, does it also mean that all remaining "use 5.35.x"
> before then will ALSO include that feature, so we can see that
> brevity under the dev releases too? -- Darren Duncan
Yes; the way that feature bundles actually work is they're recorded as
part of the dev series; so it's actually being included in the :5.35
bundle:
$ ./perl -e 'use v5.35; sub add($x, $y) { $x + $y } say add(2,2)'
4
--
Paul "LeoNerd" Evans
leonerd@leonerd.org.uk | https://metacpan.org/author/PEVANS
http://www.leonerd.org.uk/ | https://www.tindie.com/stores/leonerd/
Thread Previous
|
Thread Next