989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
9 lines
562 B
Text
9 lines
562 B
Text
UI::Dialog is a OOPerl wrapper for the various dialog applications. These
|
|
dialog backends are currently supported: Zenity, XDialog, GDialog, KDialog,
|
|
CDialog, and Whiptail. There is also an ASCII backend provided as a last resort
|
|
interface for the console based dialog variants. UI::Dialog is a class that
|
|
provides a strict interface to these various backend modules. By using
|
|
UI::Dialog (with it's imposed limitations on the widgets) you can ensure that
|
|
your Perl program will function with any available interfaces.
|
|
|
|
WWW: http://search.cpan.org/dist/UI-Dialog
|