NAME

TUI::Vision - Perl TUI Framework (Turbo Vision 2.0 Port)

SYNOPSIS

use TUI::Vision;

# Imports the framework aggregators (Objects, App, Views, Dialogs,
# Menus, Drivers, Gadgets, StdDlg, MsgBox, TextView, Memory, Validate)
# and the toolkit helpers into your package.

DESCRIPTION

TUI::Vision is the top-level umbrella module of the framework.

It aggregates and re-exports the main subsystem modules through Import::Into, so applications can import the common TUI::Vision surface via a single use TUI::Vision; statement.

AUTHORS

  • Borland International (original Turbo Vision design)

  • J. Schneider <brickpool@cpan.org> (Perl implementation and maintenance)

CONTRIBUTORS

Contributors are documented in the POD of the respective framework modules.

COPYRIGHT AND LICENSE

Copyright (c) 1990-1994, 1997 by Borland International

Copyright (c) 2026 the "AUTHORS" as listed above.

This software is licensed under the MIT license (see the LICENSE file, which is part of the distribution).