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.

Acme::Cow v0.0.5

Talking barnyard animals (or ASCII art in general)

Authors

  • Elizabeth Mattijsen

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Acme::Cow
  • Acme::Cow::DragonAndCow
  • Acme::Cow::Example
  • Acme::Cow::Frogs
  • Acme::Cow::MechAndCow
  • Acme::Cow::Stegosaurus
  • Acme::Cow::TextBalloon
  • Acme::Cow::TuxStab

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.