The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

UI::Various::PoorTerm::Text - concrete implementation of UI::Various::Text

SYNOPSIS

    # This module should never be used directly!
    # It is used indirectly via the following:
    use UI::Various::Text;

ABSTRACT

This module is the specific minimal fallback implementation of UI::Various::Text. It manages and hides everything specific to the last resort UI.

DESCRIPTION

The documentation of this module is only intended for developers of the package itself.

METHODS

_show - print UI element

    $ui_element->_show($prefix);

example:

    $_->_show('    ');

parameters:

    $prefix             text in front of first line

description:

Show (print) the UI element. The method should only be called from UI::Various::PoorTerm container elements!

SEE ALSO

UI::Various, UI::Various::Text

LICENSE

Copyright (C) Thomas Dorner.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See LICENSE file for more details.

AUTHOR

Thomas Dorner <dorner (at) cpan (dot) org>