Skip Menu |

This queue is for tickets about the DateTime-Util-Calc CPAN distribution.

Report information
The Basics
Id: 96232
Status: open
Priority: 0/
Queue: DateTime-Util-Calc

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

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



Subject: Fails since 5.18 due to qw() semantic change
Up to perl 5.16.3 there was a warning 'Use of qw(...) as parentheses is deprecated' when a construct like ...Port->import qw( :PARA... was used. Newer perls require that to be written ...Port->import(qw( :PARA... You can see the warning e.g. in report http://www.cpantesters.org/cpan/report/d0f67e2a-6419-11e3-b04b-a4a6f1eb6092 In perl 5.18 the deprecation was actually implemented, so now you can see the error cause test failure in http://www.cpantesters.org/cpan/report/60bee03a-b810-11e2-95d3-2d1ac1508286 HTH && Thanks, (Disclaimer: this was discovered by statistical analysis, I'm not speaking as a user)
On 2014-06-05 01:25:27, ANDK wrote: Show quoted text
> Up to perl 5.16.3 there was a warning 'Use of qw(...) as parentheses > is deprecated' when a construct like ...Port->import qw( :PARA... was > used. Newer perls require that to be written ...Port->import(qw( > :PARA... You can see the warning e.g. in report > > http://www.cpantesters.org/cpan/report/d0f67e2a-6419-11e3-b04b- > a4a6f1eb6092 > > In perl 5.18 the deprecation was actually implemented, so now you can > see the error cause test failure in > > http://www.cpantesters.org/cpan/report/60bee03a-b810-11e2-95d3- > 2d1ac1508286 > > HTH && Thanks, > > (Disclaimer: this was discovered by statistical analysis, I'm not > speaking as a user)
A patch is available on CPAN: http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/DateTime-Util-Calc-0.13002-RT96232.patch