summaryrefslogtreecommitdiffstats
path: root/perl/perl-Text-Tabulate/README
diff options
context:
space:
mode:
author Jacob Pipkin2012-04-30 02:59:00 +0200
committer Erik Hanson2012-04-30 07:40:08 +0200
commitdfbdc37ef6bd88dc64ce101eb0065cd326dbf98d (patch)
tree8dc331a907495eafbdaa0ba1fb68d3ddb5a8361d /perl/perl-Text-Tabulate/README
parentd2a2e5e1500dd315efefbb39e9d866e342fbf230 (diff)
downloadslackbuilds-dfbdc37ef6bd88dc64ce101eb0065cd326dbf98d.tar.gz
perl/perl-Text-Tabulate: Added (pretty text data tabulator)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl/perl-Text-Tabulate/README')
-rw-r--r--perl/perl-Text-Tabulate/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/perl-Text-Tabulate/README b/perl/perl-Text-Tabulate/README
new file mode 100644
index 0000000000..dbbaf194af
--- /dev/null
+++ b/perl/perl-Text-Tabulate/README
@@ -0,0 +1,4 @@
+perl-Text-Tabulate (pretty text data tabulator)
+This perl module takes an array of line text data, each line
+separated by some string matching a given regular expression, and
+returns a minimal width text table with each column aligned.