http://www.perlmonks.org?node_id=912627


in reply to Re^4: Filling in missing values in an array
in thread Filling in missing values in an array

Ah, found out where things went wrong:
My code dies with a 'No values found' for is_deeply [fill_in_the_blanks(qw< >)], [qw< >], "( )";.
I thought that throws_ok didn't catch the die but that wasn't the case.
Seems our approach of the 'empty array'-situation differs :)