Name: | perl-Test-Refcount |
---|---|
Version: | 0.10 |
Release: | 3.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 42295 |
License: | GPL+ or Artistic |
RPM: | perl-Test-Refcount-0.10-3.el8.noarch.rpm |
Source RPM: | perl-Test-Refcount-0.10-3.el8.src.rpm |
Build Date: | Fri Dec 13 2019 |
Build Host: | jenkins-10-147-72-125-b4e9fa10-6706-4ab7-a61e-ddbed2bd373b.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Test-Refcount |
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. |
- Update dependencies - Use /usr/bin/perl instead of %{__perl}
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Update to 0.10 - Switch to a Module::Build based build system - use %license
- Perl 5.30 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Perl 5.28 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Perl 5.26 rebuild