Skip Menu |

This queue is for tickets about the Jifty CPAN distribution.

Report information
The Basics
Id: 68984
Status: resolved
Priority: 0/
Queue: Jifty

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

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



Subject: Jifty/Web.pm: Use of qw(...) as parenthesis
Hi *, you use qw(..) as parenthesis in your module. This issues a warning when using the module with Perl >= 5.14. 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...