Пакет perl-UI-Dialog: Информация

    Бинарный пакет: perl-UI-Dialog
    Версия: 1.21-alt1
    Архитектура: noarch
    Собран:  2 апреля 2018 г. 6:09
    Исходный пакет: perl-UI-Dialog
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/UI-Dialog

    Лицензия: GPL
    О пакете: OOPerl wrapper for the various dialog applications
    Описание: 
    UI::Dialog is a OOPerl wrapper for the various dialog applications. These
    dialog backends are currently supported: Zenity, GDialog, XDialog, 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.
    
    UI::Dialog supports priority ordering of the backend detection process. So
    if you'd prefer that Xdialog should be used first if available, simply
    designate the desired order when creating the new object. The default order
    for detecting and utilization of the backends are as follows:
      (with DISPLAY env): Zenity, GDialog, XDialog, KDialog
      (without DISPLAY): CDialog, Whiptail, ASCII
    
    UI::Dialog is the result of a complete re-write of the UDPM CPAN module. This
    was done to break away from the bad choice of name (UserDialogPerlModule) and
    to implement a cleaner, more detached, OOPerl interface.

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko
    Cronbuild Service

    Последнее изменение


    7 апреля 2016 г. Igor Vlasenko 1.21-alt1
    - automated CPAN update
    19 марта 2016 г. Igor Vlasenko 1.20-alt1
    - automated CPAN update
    3 марта 2016 г. Igor Vlasenko 1.19-alt1
    - automated CPAN update