Package: libtext-asciitable-perl Version: 0.18-1 Severity: normal The functionality of Text::ASCIITable to print an array of arrayrefs as described in the documentation
$t->addRow([ [ 1, 2, 3 ], [ 4, 5, 6 ], [ 7, 8, 9 ], ]); doesn't work reliably. The problem is that the check for the right number of columns in addRow() checks the first dimension of the passed array, which is correct if you pass a single row but incorrect if you pass an array of rows. Therefore, this only happens to work if you pass less rows than columns. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]