in reply to
Test::More arrays
See
Complex data structures
. You can compare arrays, as long as you pass the array as a reference to
is_deeply
.
Here is a code example from one of the tests of my
module on CPAN
.
Comment on
Re: Test::More arrays
Download
Code
In Section
Seekers of Perl Wisdom