       BUILD_API=2
           SPELL=text-formattable
         VERSION=1.00
          SOURCE=Text-FormatTable-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Text-FormatTable-$VERSION
   SOURCE_URL[0]=http://www.cpan.org/authors/id/D/DS/DSCHWEI/$SOURCE
          MD5[0]=256c806b398b5b637362530445228925
         LICENSE=MIT
        WEB_SITE=http://search.cpan.org/search?dist=Text-FormatTable
         ENTERED=20030817
         UPDATED=20030817
           SHORT="render simple tables"
cat << EOF
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.
EOF
