Package : perl-Test-Refcount > RPM : perl-Test-Refcount-0.80.0-5.mga6.src.rpm

Basic items

Name perl-Test-Refcount
Version 0.80.0
Release 5.mga6
URL http://search.cpan.org/dist/Test-Refcount
Group Development/Perl
Summary Assert reference counts on objects
Size 21KB
Arch noarch
License GPL+ or Artistic

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, a trace of references to the object is printed, using
Marc Lehmann's the Devel::FindRef manpage module. See the examples below
for more information.

Media information

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

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2016-06-19 11:16:40
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie