======================================================================== * README ======================================================================== Text::Table This module can be used to render plaintext/ASCII-art/Unicode-art tables. INSTALLATION To install this module, run the following commands: perl Build.PL ./Build ./Build test ./Build install Alternatively, you should use your favourite CPAN client or distribution's package manager. SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc Text::Table You can also look for information at: Search CPAN http://search.cpan.org/dist/Text-Table/ CPAN Request Tracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Text::Table AnnoCPAN, annotated CPAN documentation: http://annocpan.org/dist/Text::Table CPAN Ratings: http://cpanratings.perl.org/d/Text::Table COPYRIGHT AND LICENCE Copyright (c) 2002-2011, Anno Siegel Copyright (c) 2011, Shlomi Fish This program is released under the following license: The ISC License. ======================================================================== * LICENSE ======================================================================== The ISC License. ---------------------------------------------------------------------------- Copyright (c) 2002-2011, Anno Siegel Copyright (c) 2011, Shlomi Fish Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.