Asking if a dereferenced array ref is undefined is not testing what you think...
Asking if a dereferenced array ref is undefined is not testing what you think it is and is deprecated in Perl 5.16.0. You are seeing if the first element was defined when in actual fact you needed to assert if the array reference was undefined and act accordingly.
Please register or sign in to comment