Closed Grinnz closed 5 years ago
As found in https://perlmonks.org/?node_id=1223518
$Person->shift( $foo );
results in the violation:
autoderef is deprecated at line 1, column 10. 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)
As found in https://perlmonks.org/?node_id=1223518
results in the violation: