develooper Front page | perl.perl5.porters | Postings from December 2011

Re: what's "use VERSION" all about?

Thread Previous | Thread Next
From:
Johan Vromans
Date:
December 6, 2011 23:36
Subject:
Re: what's "use VERSION" all about?
Message ID:
m2ehwgvnn3.fsf@phoenix.squirrel.nl
Ricardo Signes <perl.p5p@rjbs.manxome.org> writes:

> For any code that is already v5.12, I think the easier-to-skim way to
> get some strictures would be:
>
>   use v5.12;
>   no strict 'refs';

Yes, that's the current (and unambiguous) way. 

   no strict 'refs';
   use v5.12;

In my opinion, this should (re)enable strict refs, since "use v5.12" is
documented to enable the strictures.

But I get the feeling that the decisions have already been taken so
adding more to the discussion is pointless.

-- Johan

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