Closed simcop2387 closed 7 years ago
Thanks. I'll take a stab at recognizing this case but I'm not sure if PPI recognizes this syntax yet either.
Actually I am already checking for this case but my hack got fooled by the < 4 at the end.
Fixed in 0.021
The following snippet results in a perlcritic issue
autoderef is deprecated at line 6, column 5. Use of each/keys/pop/push/shift/splice/unshift/values on a reference is an experimental feature that is removed in perl v5.24.0. Dereference the array or hash to use these functions on it. (Severity: 4)