sub mine { my %args = @_; is( $args{one}, 'first', 'arg one' ); is( $args{two}, 'second', 'arg two' ); done_testing; } #### is_deeply(\@computed, \@expected, 'testname') or diag(Data::Dumper->Dump([\@computed], ['*computed']));