On 2011-06-21 06:47:52, RENEEB wrote:
Show quoted text> The use of qw() as parenthesis is deprecated since Perl 5.14.0. If you
> try to install Mail::SPF this issues a warning...
>
> See
>
http://search.cpan.org/dist/perl-
> 5.14.0/pod/perldelta.pod#Use_of_qw%28...%29_as_parentheses
Can you please reproduce the warning so I can see which line of code it
refers to? Reading the documentation reference you gave me I don't see
that deprecation also applying to the for/foreach *statement modifier*,
because that *never* required parentheses as part of the *statement
syntax*, at least according to `perldoc perlsyn`.
-Julian