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. -- JohanThread Previous | Thread Next