Skip Menu |

This queue is for tickets about the File-Comments CPAN distribution.

Report information
The Basics
Id: 68980
Status: open
Priority: 0/
Queue: File-Comments

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

Bug Information
Severity: (no value)
Broken in: 0.08
Fixed in: (no value)



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
Sorry for the noise. Something different caused the warning...
Glad to hear the issue resolved itself ;).