Package perl-Test-LeakTrace: Information

    Binary package: perl-Test-LeakTrace
    Version: 0.16-alt3
    Architecture: x86_64
    Build time:  Jan 30, 2019, 01:27 PM in the task #220217
    Source package: perl-Test-LeakTrace
    Category: Development/Perl
    Report package bug
    License: GPL+ or Artistic
    Summary: Trace memory leaks
    Description: 
    Test::LeakTrace provides several functions that trace memory leaks. This module
    scans arenas, the memory allocation system, so it can detect any leaked SVs in
    given blocks.
    
    Leaked SVs are SVs that are not released after the end of the scope they have
    been created. These SVs include global variables and internal caches. For
    example, if you call a method in a tracing block, perl might prepare a cache
    for the method. Thus, to trace true leaks, no_leaks_ok() and leaks_cmp_ok()
    executes a block more than once.

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko
    Cronbuild Service

    Last changed


    Jan. 30, 2019 Igor Vlasenko 0.16-alt3
    - unbootstrap
    Jan. 24, 2019 Igor Vlasenko 0.16-alt2.1
    - rebuild with new perl 5.28.1
    Dec. 19, 2017 Igor Vlasenko 0.16-alt2
    - unbootstrap