Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-B-COW-0.007-10.fc43 RPM for aarch64

From Fedora Rawhide for aarch64 / p

Name: perl-B-COW Distribution: Fedora Project
Version: 0.007 Vendor: Fedora Project
Release: 10.fc43 Build date: Mon Jul 7 18:44:15 2025
Group: Unspecified Build host: buildvm-a64-09.rdu3.fedoraproject.org
Size: 93936 Source RPM: perl-B-COW-0.007-10.fc43.src.rpm
Packager: Fedora Project
Url: https://metacpan.org/release/B-COW
Summary: Additional B helpers to check Copy On Write status
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.

Provides

Requires

License

GPL-1.0-or-later OR Artistic-1.0-Perl

Changelog

* Mon Jul 07 2025 Jitka Plesnikova <jplesnik@redhat.com> - 0.007-10
  - Perl 5.42 rebuild
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.007-9
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.007-8
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Mon Jun 10 2024 Jitka Plesnikova <jplesnik@redhat.com> - 0.007-7
  - Perl 5.40 rebuild
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.007-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.007-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.007-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jul 11 2023 Jitka Plesnikova <jplesnik@redhat.com> - 0.007-3
  - Perl 5.38 rebuild

Files

/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/916f74b23246b9d44b13326db090da20caa7f4
/usr/lib64/perl5/vendor_perl/B
/usr/lib64/perl5/vendor_perl/B/COW.pm
/usr/lib64/perl5/vendor_perl/auto/B
/usr/lib64/perl5/vendor_perl/auto/B/COW
/usr/lib64/perl5/vendor_perl/auto/B/COW/COW.so
/usr/share/doc/perl-B-COW
/usr/share/doc/perl-B-COW/Changes
/usr/share/doc/perl-B-COW/README
/usr/share/doc/perl-B-COW/examples
/usr/share/doc/perl-B-COW/examples/synopsis.pl
/usr/share/licenses/perl-B-COW
/usr/share/licenses/perl-B-COW/LICENSE
/usr/share/man/man3/B::COW.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Jul 13 01:07:14 2025