develooper Front page | perl.perl5.porters | Postings from February 2015

Re: RFC: "use re 'strict'"

Thread Previous | Thread Next
From:
Ricardo Signes
Date:
February 5, 2015 20:40
Subject:
Re: RFC: "use re 'strict'"
Message ID:
20150205204002.GA27269@cancer.codesimply.com
* Eric Brine <ikegami@adaelis.com> [2015-02-05T15:37:20]
> There's no backwards compatibility issues with adding subcategories later
> anyway.
> 
> There's only a backwards compatibility issue if you define that "use
> re::strict" enables *all* strictures, which you wouldn't claim until you
> add categories.

Right, the backcompat I'm talking about is that right now the invocation is:

  use re 'strict';

...which I propose to break by replacement by:

  use re::strict;

Once that is done, what you said is more relevant.

-- 
rjbs

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About