Skip Menu |

This queue is for tickets about the JSON-Any CPAN distribution.

Report information
The Basics
Id: 63051
Status: resolved
Priority: 0/
Queue: JSON-Any

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

Bug Information
Severity: Normal
Broken in: 1.24
Fixed in: 1.25



Subject: use of for qw() is deprecated
the use of for qw() is deprecated in upcoming perl 5.14. This small patch corrects JSON::Any's use of this in it's test suite: https://github.com/perigrin/json-any/pull/1
"1 commit merged into perigrin:master from toddr:master about 2 years ago" On Tue Nov 16 13:08:57 2010, TODDR wrote: Show quoted text
> the use of for qw() is deprecated in upcoming perl 5.14. This small > patch corrects JSON::Any's > use of this in it's test suite: > > https://github.com/perigrin/json-any/pull/1