SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-B-COW rpm build for : RockyLinux 9. For other distributions click perl-B-COW.

Name : perl-B-COW
Version : 0.004 Vendor : Rocky Enterprise Software Foundation
Release : 7.el9 Date : 2023-03-05 19:02:46
Group : Unspecified Source RPM : perl-B-COW-0.004-7.el9.src.rpm
Size : 0.04 MB
Packager : Rocky Linux Build System (Peridot) < releng_rockylinux_org>
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: /packages/linux-pbone/rockylinux/9.4/devel/i686/os/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-B-COW-0.004-7.el9.i686.rpm
ftp.icm.edu.pl  perl-B-COW-0.004-7.el9.i686.rpm
     Search for other platforms
perl-B-COW-0.004-7.el9.sparc.rpm
perl-B-COW-0.004-7.el9.alpha.rpm
perl-B-COW-0.004-7.el9.ppc.rpm
perl-B-COW-0.004-7.el9.ia64.rpm
perl-B-COW-0.004-7.el9.s390.rpm

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

Requires :
libc.so.6
libc.so.6(GLIBC_2.1.3)
libc.so.6(GLIBC_2.34)
libperl.so.5.32
perl(:MODULE_COMPAT_5.32.1)
perl(Exporter)
perl(XSLoader)
perl(base)
perl(strict)
perl(warnings)
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/b7
/usr/lib/.build-id/b7/a568f6d2558bf77c089adcdbd9e099380f16ca
/usr/lib/perl5/vendor_perl/B
/usr/lib/perl5/vendor_perl/B/COW.pm
/usr/lib/perl5/vendor_perl/auto/B
/usr/lib/perl5/vendor_perl/auto/B/COW
/usr/lib/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