Tue, 02 Jul 2024 20:46:40 UTC | login

Information for RPM perl-B-COW-0.004-10.fc37.src.rpm

ID795821
Nameperl-B-COW
Version0.004
Release10.fc37
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 Time2022-09-06 13:16:31 GMT
Size32.47 KB
693d0eae5869c5fd9abb69a0210c5b2e
LicenseGPL+ or Artistic
Buildrootf37-build-634117-69555
Provides
perl-B-COW = 0.004-10.fc37
perl-B-COW-debuginfo = 0.004-10.fc37
perl-B-COW-debugsource = 0.004-10.fc37
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)
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.004.tar.gz17.87 KB
perl-B-COW.spec3.46 KB
Component of No Buildroots