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

Changelog

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

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sat, 02 Mar 2024 15:49:17 +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-1build2.debian.tar.xz 2.2 KiB 3a719ab4328cd75da5373f998e49ebc6b0da84c3d582d3fad70081b64354aaff
libb-cow-perl_0.007-1build2.dsc 2.1 KiB 22c8bc9cc85e69feed245d2ed0fcf28c96e9b6d98d13d08e41f8020f05004820

Available diffs

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