test-refcount-perl 0.08
Name | test-refcount-perl |
---|---|
Version | 0.08 |
Summary | |
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. |
Section | libs |
License | Artistic-1.0 | GPL-2.0 |
Homepage | https://metacpan.org/release/Test-Refcount |
Recipe file |
recipes-devel/test-refcount-perl/test-refcount-perl_0.08.bb
recipes-devel/test-refcount-perl/classes/cpan.bbclass |
Layer | meta-cpan (daisy branch) |
Inherits |
|
Dependencies | |
PACKAGECONFIG options |
Sources
None
Patches
None
Other branches
This recipe in other branches of meta-cpan:
Branch | Recipe |
---|---|
master | test-refcount-perl 0.10 |
gatesgarth (Yocto Project 3.2) | test-refcount-perl 0.10 |
thud (Yocto Project 2.6) | test-refcount-perl 0.08 |
rocko (Yocto Project 2.4) | test-refcount-perl 0.08 |
jethro (Yocto Project 2.0) | test-refcount-perl 0.08 |
daisy (Yocto Project 1.6) | test-refcount-perl 0.08 (this recipe) |