The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::AltSQL::View::Plugin::UnicodeBox - Use Text::UnicodeBox::Table instead of Text::ASCIITable for table output

DESCRIPTION

This uses the App::AltSQL configuration file for customizing how things are colored. The default configuration is:

  style => 'heavy_header',
  split_lines => 1,
  plain_ascii => 0,

The values 'style' and 'split_lines' are passed to Text::UnicodeBox::Table. 'plain_ascii' will toggle a non-unicode table output but still benefit from the features of Text::UnicodeBox::Table

DEVELOPMENT

This module is being developed via a git repository publicly available at http://github.com/ewaters/altsql-shell. I encourage anyone who is interested to fork my code and contribute bug fixes or new features, or just have fun and be creative.

COPYRIGHT

Copyright (c) 2012 Eric Waters and Shutterstock Images (http://shutterstock.com). All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.

AUTHOR

Eric Waters <ewaters@gmail.com>