Text::Table::Tiny is a simple module for generating ASCII tables from array data. A year ago I described some changes I was working on. I have just done a second developer release. If you use this module, please give this release a go, and let me know if anything unexpected happens.
Note: I plan to keep this module conceptually simple: you pass an array which is then put into a simple 2D grid, with no cells spanning columns or rows. There are plenty of other table modules if you want something more complex.
As a reminder, the new options added are:
align parameter, which lets you specify the alignment of each column,
or a single alignment that applies to all columns.style parameter, which lets you choose between 'classic', 'boxrule', or 'norule'.compact parameter, which removes the padding character on either side
of every column.This is a complete rewrite, so I'm going to wait a while before doing a non-developer release.
If you use this module, please try this developer release, and if you get unexpected results, please send me an example, so I can add a test.
comments powered by Disqus