Sun, 29 Sep 2024 23:33:17 UTC | login

Information for RPM perl-B-COW-0.007-4.fc40.src.rpm

ID1059851
Nameperl-B-COW
Version0.007
Release4.fc40
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 Time2023-10-26 14:48:12 GMT
Size34.69 KB
52fad93af2af3e3387373f79cd781fb5
LicenseGPL-1.0-or-later OR Artistic-1.0-Perl
Buildrootf40-build-731840-104578
Provides
perl-B-COW = 0.007-4.fc40
perl-B-COW-debuginfo = 0.007-4.fc40
perl-B-COW-debugsource = 0.007-4.fc40
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.27 KB
Component of No Buildroots