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

Changelog

libb-cow-perl (0.004-1build1) hirsute; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Mon, 09 Nov 2020 12:16:32 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Hirsute
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.004.orig.tar.gz 17.9 KiB fcafb775ed84a45bc2c06c5ffd71342cb3c06fb0bdcd5c1b51b0c12f8b585f51
libb-cow-perl_0.004-1build1.debian.tar.xz 2.1 KiB 79b39779bdfd83c842c23b7d0facc4f7924704d848217aa8137e6a97d61cf806
libb-cow-perl_0.004-1build1.dsc 2.1 KiB 0cdad36cb4c1432e642f44505514e5871f33cc9db81f101ead3007b436fe786e

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: No summary available for libb-cow-perl-dbgsym in ubuntu impish.

No description available for libb-cow-perl-dbgsym in ubuntu impish.