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

NAME

App::ansicolumn::Border - App::ansicolumn Border module

DESCRIPTION

Each item has five elements; right, center, left, top, bottom.

right, left and center items can hold string value or list reference. String value is equivalent to a list of single item. If the list has single item, it is used on all position. If the second item exists, it is used on middle positions. Third item is for bottom position.

Class method add_style can be used to add new border style.

This is experimental implementation and subject to change.