INFO
Name: perl-Test-Refcount
Version: 0.10-13.el10_0
Arch: noarch
Summary: Assert reference counts on objects
License: GPL-1.0-or-later OR Artistic-1.0-Perl
Vendor: Fedora Project
Build Host: buildhw-x86-10.iad2.fedoraproject.org
Build Date: Mon Sep 2 16:57:26 2024
Size: 42040
URL: https://metacpan.org/release/Test-Refcount
Description: The Perl garbage collector uses simple reference counting during the normal
execution of a program. This means that cycles or unweakened references in
other parts of code can keep an object around for longer than intended. To
help avoid this problem, the reference count of a new object from its class
constructor ought to be 1. This way, the caller can know the object will be
properly DESTROYed when it drops all of its references to it.
FILES
/usr/share/doc/perl-Test-Refcount
/usr/share/doc/perl-Test-Refcount/Changes
/usr/share/doc/perl-Test-Refcount/README
/usr/share/licenses/perl-Test-Refcount
/usr/share/licenses/perl-Test-Refcount/LICENSE
/usr/share/man/man3/Test::Refcount.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Refcount.pm
REQUIRES
perl(B)
perl(Scalar::Util)
perl(Test::Builder::Module)
perl(base)
perl(constant)
perl(strict)
perl(warnings)
perl-libs
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
PROVIDES
perl(Test::Refcount) 0.10
perl-Test-Refcount 0.10-13.el10_0
CONFIG FILES
/usr/share/doc/perl-Test-Refcount
/usr/share/doc/perl-Test-Refcount/Changes d
/usr/share/doc/perl-Test-Refcount/README d
/usr/share/licenses/perl-Test-Refcount
/usr/share/licenses/perl-Test-Refcount/LICENSE l
/usr/share/man/man3/Test::Refcount.3pm.gz d
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Refcount.pm
LICENSE FILES
GPL-1.0-or-later OR Artistic-1.0-Perl
|