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

NAME

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

SYNOPSIS

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

ABSTRACT

This module is the specific minimal fallback implementation of UI::Various::Main. 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.

FUNCTIONS

_init - initialisation

    UI::Various::PoorTerm::Main::_init($self);

example:

    $_ = UI::Various::core::ui . '::Main::_init';
    {   no strict 'refs';   &$_($self);   }

parameters:

    $self               reference to object of abstract parent class

description:

Set-up the last resort UI. (It's under FUNCTIONS as it's called before the object is re-blessed as UI::Various::PoorTerm::Main.)

METHODS

mainloop - main event loop of an application

PoorTerm's concrete implementation of UI::Various::Main::mainloop

SEE ALSO

UI::Various, UI::Various::Main

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@cpan.org>