SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-B-COW rpm build for : Fedora Other. For other distributions click perl-B-COW.

Name : perl-B-COW
Version : 0.007 Vendor : Fedora Project
Release : 8.fc41 Date : 2024-07-19 13:29:45
Group : Unspecified Source RPM : perl-B-COW-0.007-8.fc41.src.rpm
Size : 0.04 MB
Packager : Fedora Project
Summary : Additional B helpers to check Copy On Write status
Description :
B::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.

RPM found in directory: /vol/rzm3/linux-fedora-buffet/fedora/linux/development/41/Everything/x86_64/os/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-B-COW-0.007-8.fc41.x86_64.rpm
ftp.icm.edu.pl  perl-B-COW-0.007-8.fc41.x86_64.rpm
     

Provides :
perl(B::COW)
perl-B-COW
perl-B-COW(x86-64)

Requires :
libperl.so.5.40()(64bit)
perl(:MODULE_COMPAT_5.40.0)
perl(Exporter)
perl(XSLoader)
perl(base)
perl(strict)
perl(warnings)
perl-libs
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
rtld(GNU_HASH)


Content of RPM :
/usr/lib/.build-id
/usr/lib/.build-id/04
/usr/lib/.build-id/04/c78df348416a8414160007f4a00b5cb6b82cd3
/usr/lib64/perl5/vendor_perl/B
/usr/lib64/perl5/vendor_perl/B/COW.pm
/usr/lib64/perl5/vendor_perl/auto/B
/usr/lib64/perl5/vendor_perl/auto/B/COW
/usr/lib64/perl5/vendor_perl/auto/B/COW/COW.so
/usr/share/doc/perl-B-COW
/usr/share/doc/perl-B-COW/Changes
/usr/share/doc/perl-B-COW/README
/usr/share/doc/perl-B-COW/examples
/usr/share/doc/perl-B-COW/examples/synopsis.pl
/usr/share/licenses/perl-B-COW
/usr/share/licenses/perl-B-COW/LICENSE
/usr/share/man/man3/B::COW.3pm.gz

 
ICM