https://github.com/shlomif/text-table
CPAN Distribution to render text / ASCII-art / Unicode tables
https://github.com/shlomif/text-table
hacktoberfest
Last synced: about 1 month ago
JSON representation
CPAN Distribution to render text / ASCII-art / Unicode tables
- Host: GitHub
- URL: https://github.com/shlomif/text-table
- Owner: shlomif
- License: isc
- Created: 2010-09-24T14:30:28.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T15:26:19.000Z (over 2 years ago)
- Last Synced: 2024-10-11T21:44:54.402Z (7 months ago)
- Topics: hacktoberfest
- Language: Perl
- Homepage: https://metacpan.org/release/Text-Table
- Size: 153 KB
- Stars: 4
- Watchers: 6
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text::Table
This module can be used to render plaintext/ASCII-art/Unicode-art tables.
# Building from source
[](https://travis-ci.org/shlomif/Text-Table)
[](https://ci.appveyor.com/project/shlomif/text-table/branch/master)We use [Dist-Zilla](http://dzil.org/). To run the tests, install Dist-Zilla
from CPAN and type:```
dzil test --all
```You can also look for information at:
* [MetaCPAN](http://metacpan.org/release/Text-Table)
# COPYRIGHT AND LICENCE
Copyright (c) 2002-2011, Anno Siegel
Copyright (c) 2011, Shlomi FishThis program is released under the following license:
[The ISC License](https://en.wikipedia.org/wiki/ISC_license).