Skip Menu |

This queue is for tickets about the Imager-DTP CPAN distribution.

Report information
The Basics
Id: 68982
Status: open
Priority: 0/
Queue: Imager-DTP

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

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



Subject: Imager::DTP::Letter: Use of qw(...) as parenthesis
Hi, 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
On 2011-06-21 07:12:54, RENEEB wrote: Show quoted text
> Hi, > > 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
With perl 5.17.x and later this is a compilation error. See http://matrix.cpantesters.org/?dist=Imager-DTP%200.06 for a fail/pass overview --- there are just FAILs with newer perl versions.