Subject: | Comments.pm Use of qw(...) as parenthesis |
Hi Mike,
you use qw(..) as parenthesis in your module. This issues a warning when
using 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