Skip Menu |

This queue is for tickets about the Lingua-EN-Titlecase CPAN distribution.

Report information
The Basics
Id: 78773
Status: resolved
Priority: 0/
Queue: Lingua-EN-Titlecase

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

Bug Information
Severity: Normal
Broken in: 0.14
Fixed in: (no value)



Subject: Use of qw(...) as parentheses is deprecated
The current version of perl, 5.16.0 issues a warning 'Use of qw(...) as parentheses is deprecated' when seeing a construct like __PACKAGE__->mk_accessors qw(...) which must now be written as __PACKAGE__->mk_accessors ( qw(...) ) In the next version of perl this deprecation will become an error. In current bleadperl since commit v5.16.0-235-g417a992 this is already implemented and breaks ASHLEY/Lingua-EN-Titlecase-0.14.tar.gz The above code sample can be found at https://metacpan.org/source/ASHLEY/Lingua-EN-Titlecase-0.14/lib/Lingua/EN/Titlecase.pm#L9 HTH && Regards,
From: ashley [...] cpan.org
New version on the way up to address this, thanks. I don't seem to be the bug owner though which means I can't close this(?).
OK, I'll close it. But I'm surprised, usually I do not have to close tickets myself that I open. Most of the time the authors of the packages close them. Anyway, thanks for the quick fix,