TextBalloon
NAME
Acme::Cow::TextBalloon - A balloon of text
SYNOPSIS
use Acme::Cow::TextBalloon;
my Acme::Cow::TextBalloon $x .= new;
$x.add("bunch of text");
$x.wrapcolumn(29);
my Acme::Cow::TextBalloon $y .= new;
$y.adjust(0);
$y.add("more text");
DESCRIPTION
Acme::Cow::TextBalloon
creates and manipulates balloons of text,
optionally printing them. One may notice that the methods in this
module are named very similarly to those in Acme::Cow
; that's
because most of them have to do with the balloon rather than the
cow.
AUTHOR
Elizabeth Mattijsen <[email protected]>
COPYRIGHT AND LICENSE
Original Perl 5 version: Copyright 2002 Tony McEnroe, Raku adaptation: Copyright 2019, 2021 Elizabeth Mattijsen
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.