I am looking for something like is_deeply or Test :: Deep cmp_deeply, but this just checks the keys / types of the data structure, not the values. For example, I don’t care that the key is an array of ref scalars, but not values.
Does anyone have any ideas? I am sure that I am not the first to understand various data structures. I want to test to make sure that the “signature” of the data structure is untouched, but I don't care less about the data in it or the regular expression matching, etc.
source
share