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

    Исходный пакет: perl-Test-Refcount
    Версия: 0.10-alt1_1
    Собран:  8 июля 2019 г. 12:54
    Сообщить об ошибке в пакете
    Домашняя страница: https://metacpan.org/release/Test-Refcount

    Лицензия: GPL+ or Artistic
    О пакете: Assert reference counts on objects
    Описание: 
    The Perl garbage collector uses simple reference counting during the normal
    execution of a program. This means that cycles or unweakened references in
    other parts of code can keep an object around for longer than intended. To
    help avoid this problem, the reference count of a new object from its class
    constructor ought to be 1. This way, the caller can know the object will be
    properly DESTROYed when it drops all of its references to it.

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

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

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

      1. perl(Module/Build.pm)
      2. perl(Scalar/Util.pm)
      3. perl(Symbol.pm)
      4. perl(Test/Builder.pm)
      5. perl(Test/Builder/Tester.pm)
      6. perl(Test/More.pm)
      7. perl(Test/Pod.pm)
      8. perl(base.pm)
      9. perl-podlators
      10. /proc
      11. rpm-build-perl
      12. perl(B.pm)
      13. perl(Devel/Refcount.pm)

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


    7 июля 2019 г. Igor Vlasenko 0.10-alt1_1
    - new version
    14 июля 2018 г. Igor Vlasenko 0.08-alt1_12
    - update to new release by fcimport
    27 сентября 2017 г. Igor Vlasenko 0.08-alt1_10
    - update to new release by fcimport