Source: libtext-unicodebox-perl
Maintainer: Mason James <mtj@kohaaloha.com>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libmoose-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libtext-charwidth-perl <!nocheck>
Standards-Version: 4.5.1
Homepage: https://metacpan.org/release/Text-UnicodeBox
Rules-Requires-Root: no

Package: libtext-unicodebox-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libmoose-perl,
         libtext-charwidth-perl
Description: Text box drawing using the Unicode box symbols
 Text::UnicodeBox is a low level box drawing interface. You'll most likely
 want to use one of the higher level modules such as Text::UnicodeBox::Table.
 .
 The unicode box symbol table
 (http://en.wikipedia.org/wiki/Box-drawing_character) is a fairly robust set
 of symbols that allow you to draw lines and boxes with monospaced fonts.
 Text::UnicodeBox allows you to focus on the content of the boxes you need to
 draw and mostly ignore how to draw a good looking box with proper connections
 between all the lines.
 .
 The low level approach is line-based. A box object is created, add_line is
 called for each line of content you'd like to render, and render is called to
 complete the box.
 .
 Output is built up over time, which allows you to stream the output rather
 then buffering it and printing it in one go.
 .
 This description was automagically extracted from the module by dh-make-perl.
