Subject: | Use of qw(...) as parentheses is deprecated |
With perl 5.16 and earlier, the use of qw(...) as parenthesis just warned:
...
PERL_DL_NONLAZY=1 /home/perltest/perl5/perlbrew/perls/perl-5.16.3-thread-multi/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Use of qw(...) as parentheses is deprecated at /home/perltest/.cpan/build/Unix-Conf-Bind8-0.3-wZo7sW/blib/lib/Unix/Conf/Bind8/Conf.pm line 251.
Use of qw(...) as parentheses is deprecated at /home/perltest/.cpan/build/Unix-Conf-Bind8-0.3-wZo7sW/blib/lib/Unix/Conf/Bind8/Conf.pm line 383.
Use of qw(...) as parentheses is deprecated at /home/perltest/.cpan/build/Unix-Conf-Bind8-0.3-wZo7sW/blib/lib/Unix/Conf/Bind8/DB/SOA.pm line 81.
Use of qw(...) as parentheses is deprecated at /home/perltest/.cpan/build/Unix-Conf-Bind8-0.3-wZo7sW/blib/lib/Unix/Conf/Bind8/DB/SOA.pm line 221.
Use of qw(...) as parentheses is deprecated at /home/perltest/.cpan/build/Unix-Conf-Bind8-0.3-wZo7sW/blib/lib/Unix/Conf/Bind8/DB.pm line 598.
t/aclkey.t .... ok
...
Since perl 5.18 this is a syntax error.
See also http://matrix.cpantesters.org/?dist=Unix-Conf-Bind8%200.3 for an overview of test reports.