Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37506522
en ru br
ALT Linux repos
S:3.022000-alt2_7

Group :: Development/Perl
RPM: perl-Test-Weaken

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 3.022000-alt2_7
Build date: 27 july 2016, 16:22 ( 404.0 weeks ago )
Size: 52.73 Kb

Home page:   http://search.cpan.org/dist/Test-Weaken

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.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-Test-Weaken
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin