Package : perl-Test-Weaken > RPM : perl-Test-Weaken-3.22.0-10.mga9.noarch.rpm

Basic items

Install
Name perl-Test-Weaken
Version 3.22.0
Release 10.mga9
URL https://metacpan.org/release/Test-Weaken
Group Development/Perl
Summary Test that freed memory is, in fact, freed
Size 88KB
Arch noarch
License GPL+ or Artistic

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.

Media information

Distribution release Mageia cauldron
Media name core-release
Media arch i586

Advanced items

Source RPM perl-Test-Weaken-3.22.0-10.mga9.src.rpm
Build time 2022-03-20 15:04:15
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie