Tue, 02 Jul 2024 20:44:53 UTC | login

Information for RPM perl-B-COW-0.004-4.fc33.src.rpm

ID686888
Nameperl-B-COW
Version0.004
Release4.fc33
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 Time2020-08-14 11:06:35 GMT
Size27.38 KB
66064120eaeb62ffab002209c01c0c14
LicenseGPL+ or Artistic
Buildrootf33-build-294927-55400
Provides
perl-B-COW = 0.004-4.fc33
perl-B-COW-debuginfo = 0.004-4.fc33
perl-B-COW-debugsource = 0.004-4.fc33
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.spec2.69 KB
Component of No Buildroots