Skip Menu |

This queue is for tickets about the Graphics-MNG CPAN distribution.

Report information
The Basics
Id: 96483
Status: new
Priority: 0/
Queue: Graphics-MNG

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

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



Subject: usage of @ARR->[$i] will be removed
Hi! Your distribution, Graphics-MNG, uses the long-deprecated (since 2001) construct @ARR->[$i] rather than @ARR[$i]. This will most likely be removed in perl 5.22.0, which will be released in just under a year. It has already been removed in our development branch. I found the occurrences of this construct in your code with this: http://grep.cpan.me/?q=%40[%3Aa-zA-Z0-9]%2B-%3E\[ Please consider making a new release with the deprecated form removed! -- rjbs
Use of %hash->{k} is also present and will be removed: https://metacpan.org/source/MOTT/Graphics-MNG-0.04/MNG.pm#L879 -- rjbs