Subject: | 99-pod-coverage.t: Use of qw(...) as parenthesis |
Hi,
you use qw(..) as parenthesis in your testfile. This issues a warning
when installing the module.
Using qw(..) as parenthesis is deprecated as of Perl 5.14.0. See
http://search.cpan.org/dist/perl-5.14.0/pod/perldelta.pod#Use_of_qw%28...%29_as_parentheses
- Renée