Package perl-Test-Weaken: Information

    Source package: perl-Test-Weaken
    Version: 3.022000-alt2_7
    Latest version according to Repology
    Build time:  Jul 28, 2016, 08:24 AM in the task #167989
    Category: Development/Perl
    Report package bug
    License: GPL+ or Artistic
    Summary: Test that freed memory is, in fact, freed
    Description: 
    '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.

    List of rpms provided by this srpm:
    perl-Test-Weaken (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    ACL:
    Igor Vlasenko
    @everybody

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

    Last changed


    July 27, 2016 Igor Vlasenko 3.022000-alt2_7
    - update by mgaimport
    Feb. 17, 2016 Igor Vlasenko 3.022000-alt2_6
    - update by mgaimport
    Dec. 17, 2014 Igor Vlasenko 3.022000-alt2_5
    - update by mgaimport