SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Test-Weaken rpm build for : openSUSE Tumbleweed. For other distributions click perl-Test-Weaken.

Name : perl-Test-Weaken
Version : 3.22.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 1.6 Date : 2024-03-12 18:02:47
Group : Unspecified Source RPM : perl-Test-Weaken-3.22.0-1.6.src.rpm
Size : 0.08 MB
Packager : (none)
Summary : Test that freed memory objects were, indeed, 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.

There\'s options to ignore intentional globals, or include extra associated
data held elsewhere, or invoke an explicit destructor. Unfreed parts are
reported and can be passed to other modules such as Devel::FindRef to try
to discover why they weren\'t freed.

\'Test::Weaken\' examines structures to an unlimited depth and is safe on
circular structures.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Tumbleweed/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Test-Weaken-3.22.0-1.6.noarch.rpm
     

Provides :
perl(Test::Weaken)
perl(Test::Weaken::Internal)
perl-Test-Weaken

Requires :
perl(:MODULE_COMPAT_5.40.0)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.40.0/Test
/usr/lib/perl5/vendor_perl/5.40.0/Test/Weaken.pm
/usr/share/doc/packages/perl-Test-Weaken
/usr/share/doc/packages/perl-Test-Weaken/Changes
/usr/share/doc/packages/perl-Test-Weaken/README
/usr/share/man/man3/Test::Weaken.3pm.gz

 
ICM