Name: | perl-B-COW |
---|---|
Version: | 0.007 |
Release: | 6.el10 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 94025 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: | perl-B-COW-0.007-6.el10.aarch64.rpm |
Source RPM: | perl-B-COW-0.007-6.el10.src.rpm |
Build Date: | Thu Oct 10 2024 |
Build Host: | build-ol10-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/B-COW |
Summary: | Additional B helpers to check Copy On Write status |
Description: | B::COW provides some naïve additional B helpers to check the Copy On Write (COW) status of one SvPV (a Perl string variable). A COWed SvPV is sharing its string (the PV) with other SvPVs. It's a (kind of) Read Only C string, which would be Copied On Write (COW). More than one SV can share the same PV, but when one PV needs to alter it, it would perform a copy of it, decreasing the COWREFCNT counter. One SV can then drop the COW flag when it's the only one holding a pointer to the PV. The COWREFCNT is stored at the end of the PV, after the null byte terminating the string. That value is limited to 255: when we reach 255, a new PV would be created. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Perl 5.38 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- Update to 0.007 - Advertise XSLoader dependency in metadata
- Update to 0.006 - Disable prototypes to silence warning
- Update to 0.005 - Add version to Test::More use to ensure correct version - Remove useless MIN_PERL_VERSION_FOR_COW - Update CI workflow - Use SPDX-format license tag
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- Perl 5.36 rebuild