Subject: | Warning with perl 5.14 |
I keep getting this warning with perl 5.14:
Use of qw(...) as parentheses is deprecated at
/opt/perl5.14.0/lib/site_perl/5.14.0/DateTime/Util/Astro/Common.pm line 322.
The line "foreach my $f qw(longitude latitude elevation zone) {" should
better be "foreach my $f (qw(longitude latitude elevation zone)) {"