UI-Dialog: UI::Dialog (object-oriented interface to various dialog programs)
UI-Dialog: 
UI-Dialog: From the POD:
UI-Dialog: 
UI-Dialog: ``UI::Dialog is a OOPerl wrapper for the various dialog
UI-Dialog: applications. These dialog backends are currently supported:
UI-Dialog: Zenity, XDialog, GDialog, KDialog, CDialog, and Whiptail. There is
UI-Dialog: also an ASCII backend provided as a last resort interface for the
UI-Dialog: console based dialog variants. UI::Dialog is a class that provides
UI-Dialog: a strict interface to these various backend modules. By using
UI-Dialog: UI:Dialog (with it's imposed limitations on the widgets) you can
UI-Dialog: ensure that your Perl program will function with any available
UI-Dialog: interfaces.''
UI-Dialog: 
UI-Dialog: This package of UI::Dialog includes a patch in
UI-Dialog: UI::Dialog::Backend::CDialog to support localized Yes and No labels
UI-Dialog: (e.g., Ja/Nein, Oui/Non); other backends have been left unmodified.
UI-Dialog: This patch has unfortunately not been merged into CPAN despite the
UI-Dialog: packager's bug post and fix.
