NAME Text::ANSITable::BorderStyle::Extra - More border styles VERSION This document describes version 0.03 of Text::ANSITable::BorderStyle::Extra (from Perl distribution Text-ANSITable-BorderStyle-Extra), released on 2014-12-13. HOMEPAGE Please visit the project's homepage at . SOURCE Source repository is at . BUGS Please report any bugs or feature requests on the bugtracker website When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature. AUTHOR perlancar COPYRIGHT AND LICENSE This software is copyright (c) 2014 by perlancar@cpan.org. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. INCLUDED BORDER STYLES Extra::dash2 Dash 2 (utf8: yes, box_chars: no). ┌╌╌╌╌╌╌╌╌╌┬╌╌╌╌╌╌╌╌╌┐ ┆ column1 ╎ column2 ╎ ├╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌┤ ╎ row1.1 ╎ row1.2 ╎ ╎ row2.1 ╎ row3.2 ╎ ├╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌┤ ╎ row3.1 ╎ row3.2 ╎ └╌╌╌╌╌╌╌╌╌┴╌╌╌╌╌╌╌╌╌┘ Extra::dash3 Dash 3 (utf8: yes, box_chars: no). ┌┄┄┄┄┄┄┄┄┄┬┄┄┄┄┄┄┄┄┄┐ ┆ column1 ┆ column2 ┆ ├┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┤ ┆ row1.1 ┆ row1.2 ┆ ┆ row2.1 ┆ row3.2 ┆ ├┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┤ ┆ row3.1 ┆ row3.2 ┆ └┄┄┄┄┄┄┄┄┄┴┄┄┄┄┄┄┄┄┄┘ Extra::hboldh_dsingle Horizontally-bold for header, single for data (utf8: yes, box_chars: no). ┌─────────┬─────────┐ │ column1 │ column2 │ ┝━━━━━━━━━┿━━━━━━━━━┥ │ row1.1 │ row1.2 │ │ row2.1 │ row3.2 │ ├─────────┼─────────┤ │ row3.1 │ row3.2 │ └─────────┴─────────┘ Extra::hdoubleh_dsingle Horizontally-double for header, single for data (utf8: yes, box_chars: no). ┌─────────┬─────────┐ │ column1 │ column2 │ ╞═════════╪═════════╡ │ row1.1 │ row1.2 │ │ row2.1 │ row3.2 │ ├─────────┼─────────┤ │ row3.1 │ row3.2 │ └─────────┴─────────┘