Sophie

Sophie

distrib > Mageia > 9 > aarch64 > by-pkgid > 8b0192f471d8c6198d9c5f77ea758b7e

perl-B-COW-0.7.0-1.mga9.aarch64.rpm

Description:

B::COW provides some naive additional B helpers to check the COW status of
one SvPV.

COW or Copy On Write introduction
A COWed SvPV is sharing its string (the PV) with other SvPVs. It's a
(kind of) Read Only C string, that would be Copied On Write (COW).

More than one SV can share the same PV, but when one PV need to alter
it, it would perform a copy of it, decrease the COWREFCNT counter.

Sources packages:

Other version of this rpm: