Skip to content
Snippets Groups Projects
Commit bcafe963 authored by Andy Yates's avatar Andy Yates
Browse files

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.
parent 21c43846
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment