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

    Исходный пакет: perl-Scope-Guard
    Версия: 0.21-alt2
    Собран:  8 июля 2019 г. 12:24
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/Scope-Guard/

    Лицензия: Artistic
    О пакете: lexically scoped resource management
    Описание: 
    This module provides a convenient way to perform cleanup or other forms
    of resource management at the end of a scope. It is particularly useful
    when dealing with exceptions: the Scope::Guard constructor takes a
    reference to a subroutine that is guaranteed to be called even if the
    thread of execution is aborted prematurely. This effectively allows
    lexically-scoped "promises" to be made that are automatically honoured
    by perl's garbage collector.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-Scope-Guard (noarch)

    Сопровождающий: Michael Bochkaryov

    Список участников:
    Michael Shigorin
    Igor Vlasenko
    Michael Bochkaryov

      1. perl-Test-Pod
      2. perl-Test-Pod-Coverage

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


    8 июля 2019 г. Michael Shigorin 0.21-alt2
    - cleaned up spec including %description excluding rotten link
      (redirects to a useless loan site now)
    11 октября 2015 г. Igor Vlasenko 0.21-alt1
    - automated CPAN update
    22 ноября 2010 г. Igor Vlasenko 0.20-alt1.1
    - repair after perl 5.12 upgrade using girar-nmu