Thu, 19 Sep 2024 23:56:58 UTC | login

Information for RPM perl-B-COW-0.007-8.fc41.src.rpm

ID1333641
Nameperl-B-COW
Version0.007
Release8.fc41
Epoch
Archsrc
SummaryAdditional B helpers to check Copy On Write status
DescriptionB::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.
Build Time2024-07-23 08:56:35 GMT
Size34.50 KB
8ba5d6a6329c8548e2765d88e38b9f27
LicenseGPL-1.0-or-later OR Artistic-1.0-Perl
Buildrootf41-build-817519-150780
Provides
perl-B-COW = 0.007-8.fc41
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
coreutils
findutils
gcc
make
perl(CPAN::Meta) >= 2.120900
perl(CPAN::Meta::Prereqs)
perl(Devel::Peek)
perl(Exporter)
perl(ExtUtils::MakeMaker) >= 6.76
perl(File::Spec)
perl(Test::More) >= 0.88
perl(XSLoader)
perl(base)
perl(strict)
perl(warnings)
perl-devel
perl-generators
perl-interpreter
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 2 of 2
Name ascending sort Size
B-COW-0.007.tar.gz18.35 KB
perl-B-COW.spec4.79 KB
Component of No Buildroots