Sun, 29 Sep 2024 23:35:01 UTC | login

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

ID640951
Nameperl-B-COW
Version0.004
Release3.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-07-14 18:17:56 GMT
Size27.17 KB
efe7417829ac4ea0e4cea6aa6f40ab2e
LicenseGPL+ or Artistic
Buildrootf33-build-284576-52963
Provides
perl-B-COW = 0.004-3.fc33
perl-B-COW-debuginfo = 0.004-3.fc33
perl-B-COW-debugsource = 0.004-3.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.54 KB
Component of No Buildroots