Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37536071
en ru br
ALT Linux repos
S:0.10-alt1_1

Group :: Development/Other
RPM: perl-Test-Refcount

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.10-alt1_1
Build date: 7 july 2019, 10:57 ( 250.7 weeks ago )
Size: 23.18 Kb

Home page:   https://metacpan.org/release/Test-Refcount

License: GPL+ or Artistic
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.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-Test-Refcount
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin