SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Test-Refcount rpm build for : OpenSuSE. For other distributions click perl-Test-Refcount.

Name : perl-Test-Refcount
Version : 0.08 Vendor : obs://build_opensuse_org/home:rdannert
Release : 4.1 Date : 2016-11-25 08:08:03
Group : Development/Libraries/Perl Source RPM : perl-Test-Refcount-0.08-4.1.src.rpm
Size : 0.04 MB
Packager : (none)
Summary : Assert reference counts on objects
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.

This module provides two test functions to help ensure this property holds
for an object class, so as to be polite to its callers.

If the assertion fails; that is, if the actual reference count is different
to what was expected, either of the following two modules may be used to
assist the developer in finding where the references are.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/rdannert:/aarch64-based_on_42.2/SLE_12_SP2_linked/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
perl(Test::Refcount)
perl-Test-Refcount

Requires :
perl(:MODULE_COMPAT_5.18.2)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1


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

 
ICM