Bug 35681: Use ::Bootstrap version of FromANSI
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 10 Jan 2024 10:51:27 +0000 (10:51 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 2 May 2024 14:47:39 +0000 (16:47 +0200)
commit38613bbf3be7c9863ff3692f986c26c43b3754a1
tree487cd16087fca18d2a50fc98c254c9a4861098eb
parent99e9c85fc01679e78800d7bdb463d7568bc3c38d
Bug 35681: Use ::Bootstrap version of FromANSI

With the next iteration of HTML::FromANSI::Tiny we can add our own subclass
to map ANSI strings to Bootstrap classes.

This patch adds a local lib HTML::FromANSI::Tiny::Bootstrap module to
do said mapping and then uses it in the installer.

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
installer/install.pl
lib/HTML/FromANSI/Tiny/Bootstrap.pm [new file with mode: 0644]