libb-cow-perl 0.007-1build1 source package in Ubuntu

Changelog

libb-cow-perl (0.007-1build1) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:38:23 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libb-cow-perl_0.007.orig.tar.gz 18.3 KiB 1290daf227e8b09889a31cf182e29106f1cf9f1a4e9bf7752f9de92ed1158b44
libb-cow-perl_0.007-1build1.debian.tar.xz 2.2 KiB 78cb9ce44463022f8647760d51019cb00510f2c64d862fea6a7d8bfa752dd6fe
libb-cow-perl_0.007-1build1.dsc 2.1 KiB b1322ab32d9f3d92fe58fb89d5dbdaf3c12c9f41c01accb699a82c53b8162580

View changes file

Binary packages built by this source

libb-cow-perl: additional B helpers to check COW status

 B::COW provides some naive additional B helpers to check the COW status of
 one SvPV.
 .
 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.
 .
 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 "\0".
 .
 That value is limited to 255, after that a new PV would be created,

libb-cow-perl-dbgsym: debug symbols for libb-cow-perl