Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Test-Weaken | Distribution: Mageia |
Version: 3.22.0 | Vendor: Mageia.Org |
Release: 10.mga9 | Build date: Sun Mar 20 15:04:15 2022 |
Group: Development/Perl | Build host: localhost |
Size: 87849 | Source RPM: perl-Test-Weaken-3.22.0-10.mga9.src.rpm |
Packager: umeabot <umeabot> | |
Url: https://metacpan.org/release/Test-Weaken | |
Summary: 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.
GPL+ or Artistic
* Sun Mar 20 2022 umeabot <umeabot> 3.22.0-10.mga9 + Revision: 1806286 - Mageia 9 Mass Rebuild
/usr/share/doc/perl-Test-Weaken /usr/share/doc/perl-Test-Weaken/Changes /usr/share/doc/perl-Test-Weaken/META.yml /usr/share/doc/perl-Test-Weaken/MYMETA.yml /usr/share/doc/perl-Test-Weaken/README /usr/share/doc/perl-Test-Weaken/SIGNATURE /usr/share/man/man3/Test::Weaken.3pm.xz /usr/share/perl5/vendor_perl/Test /usr/share/perl5/vendor_perl/Test/Weaken.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Jan 22 09:05:03 2025