develooper Front page | perl.perl5.porters | Postings from May 2012

Re: qw() Syntax Errors on 5.17

Thread Previous | Thread Next
From:
Zefram
Date:
May 28, 2012 08:05
Subject:
Re: qw() Syntax Errors on 5.17
Message ID:
20120528150456.GC5162@lake.fysh.org
David E. Wheeler wrote:
>Maybe there are some cases that the warnings miss but are properly
>caught as invalid syntax in 5.17?

No, that's impossible.  The warning was in precisely the code path that's
been removed.  You'd only not get a warning if you turned warnings off,
with something like "no warnings 'deprecated';" or "no warnings;".

-zefram

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