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

    Исходный пакет: perl-Test-Weaken
    Версия: 3.022000-alt2_7
    Собран:  28 июля 2016 г. 8:24 в задании #167989
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/Test-Weaken

    Лицензия: GPL+ or Artistic
    О пакете: Test that freed memory is, in fact, freed
    Описание: 
    'Test::Weaken' helps detect unfreed Perl data in arrays, hashes, scalars,
    objects, etc, by descending recursively through structures and watching
    that everything is freed. Unfreed data is a useless overhead and may cause
    an application to abend due to lack of memory.
    
    Normally if the last reference to something is discarded then it and
    anything in it is freed automatically. But this might not occur due to
    circular references, unexpected global variables or closures, or reference
    counting mistakes in XSUBs.
    
    'Test::Weaken' is named for the strategy used to detect leaks. References
    are taken to the test objects and all their contents, then those references
    are weakened and expected to be then freed.

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

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

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

      1. perl(ExtUtils/MakeMaker.pm)
      2. perl(Fatal.pm)
      3. perl(HTML/LinkExtor.pm)
      4. perl(HTML/TreeBuilder.pm)
      5. perl(LWP/UserAgent.pm)
      6. perl(Math/BigFloat.pm)
      7. perl(Math/BigInt.pm)
      8. perl(Scalar/Util.pm)
      9. perl(Scalar/Util/Instance.pm)
      10. perl(Smart/Comments.pm)
      11. perl(Test/More.pm)
      12. perl(Text/Diff.pm)
      13. perl(Tie/RefHash.pm)
      14. perl(Tie/RefHash/Weak.pm)
      15. perl(URI/URL.pm)
      16. perl-podlators
      17. rpm-build-perl
      18. perl(Array/RefElem.pm)

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


    27 июля 2016 г. Igor Vlasenko 3.022000-alt2_7
    - update by mgaimport
    17 февраля 2016 г. Igor Vlasenko 3.022000-alt2_6
    - update by mgaimport
    17 декабря 2014 г. Igor Vlasenko 3.022000-alt2_5
    - update by mgaimport