Subject: | deprecated @ARR->[$i] used in documentation |
Hi!
Your distribution, Chart, 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\[
Note that this only occurs in Chart.pod, as:
Show quoted text
> Needs a reference to a function which uses the x-tick labels
> generated by the '@data->[0]' as the argument. The result of
> this function can reformat the labels. For instance
Please consider making a new release with the deprecated form removed!
--
rjbs