Joelle Maslak

Authored Comments

Test2's is() for testing deep structures usually it does what I need.

Basically:

use Test2::V0
is($deep_struc, $what_it_should_be, "pass");
done_testing;

Of course Test::Deep works too - just another option.