Front page | perl.perl5.porters |
Postings from July 2020
Re: Announcing Perl 7
Thread Previous
|
Thread Next
From:
Eric Brine
Date:
July 12, 2020 14:11
Subject:
Re: Announcing Perl 7
Message ID:
CALJW-qFhmsaF8=fMcosKeuzEWCtxCQHo5UMX9XwFcCHzgT1urg@mail.gmail.com
On Fri, Jul 3, 2020 at 2:29 PM Scott Baker <scott@perturb.org> wrote:
> I think this is a great solution. Certainly it's not sustainable to
> continue forever with:
> use v7
> use v8
> use v9
>
It's sure is better than the currently-proposed
use compat::perl7;
use compat::perl8;
use compat::perl9;
Thread Previous
|
Thread Next