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.
Packages
perl-Test-Refcount-0.06-2.el6_10.noarch
[18 KiB] |
Changelog
by Andrew Colin Kissa (2023-02-24):
- BaruwaOS rebuild
|
perl-Test-Refcount-0.06-2.el6.noarch
[18 KiB] |
Changelog
by Nicolas Chauvet (2009-12-27):
- Update to 0.06
- Remove workaround at make test for perl with debug - rhbz#514942
|