SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-B-COW rpm build for : RedHat EL 8. For other distributions click perl-B-COW.

Name : perl-B-COW
Version : 0.004 Vendor : Fedora Project
Release : 2.el8 Date : 2020-04-24 16:47:44
Group : Unspecified Source RPM : perl-B-COW-0.004-2.el8.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: /packages/linux-pbone/archive.fedoraproject.org/epel/8.7.2023-05-09/Everything/x86_64/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-B-COW-0.004-2.el8.x86_64.rpm
ftp.icm.edu.pl  perl-B-COW-0.004-2.el8.x86_64.rpm
ftp.icm.edu.pl  perl-B-COW-0.004-2.el8.x86_64.rpm
ftp.icm.edu.pl  perl-B-COW-0.004-2.el8.x86_64.rpm
ftp.icm.edu.pl  perl-B-COW-0.004-2.el8.x86_64.rpm
ftp.icm.edu.pl  perl-B-COW-0.004-2.el8.x86_64.rpm
ftp.icm.edu.pl  perl-B-COW-0.004-2.el8.x86_64.rpm
ftp.icm.edu.pl  perl-B-COW-0.004-2.el8.x86_64.rpm
     

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

Requires :
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libperl.so.5.26()(64bit)
libpthread.so.0()(64bit)
libpthread.so.0(GLIBC_2.2.5)(64bit)
perl(:MODULE_COMPAT_5.26.3)
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(PayloadIsXz) <= 5.2-1
rtld(GNU_HASH)


Content of RPM :
/usr/lib/.build-id
/usr/lib/.build-id/81
/usr/lib/.build-id/81/6ec9f5219b26b9e4653ea0791ce999001d0a47
/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