Skip Menu |

This queue is for tickets about the Mail-SPF CPAN distribution.

Report information
The Basics
Id: 68977
Status: rejected
Priority: 0/
Queue: Mail-SPF

People
Owner: Nobody in particular
Requestors: RENEEB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: v2.007
Fixed in: (no value)



Subject: Build.PL: Use of "for qw(...)" is deprecated
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
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
Well. This doesn't seem to be an issue. Rejecting ticket.