aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-FormatTable
Commit message (Collapse)AuthorAgeFilesLines
* utilize SITE_PERLYing-Chieh Liao2003-10-242-7/+6
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76042
* upgrade to 1.00Ying-Chieh Liao2002-11-152-2/+2
| | | | | | | | PR: 45279 Submitted by: maintainer Notes: svn path=/head/; revision=70170
* Initial import of p5-Text-FormatTableKevin Lo2002-02-155-0/+38
Text::FormatTable renders simple tables as text. You pass to the constructor a table format specification similar to LaTeX (e.g. "r|l|l") and you call methods to fill the table data and insert rules. After the data is filled, you render the table as text. PR: 34257 Submitted by: Seamus Venasse <svenasse@polaris.ca> Notes: svn path=/head/; revision=54729