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

Changelog

libb-cow-perl (0.004-1build2) jammy; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Sun, 06 Feb 2022 13:28:36 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
libb-cow-perl_0.004.orig.tar.gz 17.9 KiB fcafb775ed84a45bc2c06c5ffd71342cb3c06fb0bdcd5c1b51b0c12f8b585f51
libb-cow-perl_0.004-1build2.debian.tar.xz 2.1 KiB b1e45e9774fba1fc76238e407849653f7991b2e1c68c2dd0484ce59bb06715c2
libb-cow-perl_0.004-1build2.dsc 2.1 KiB 0ff82442e4a0a86d6b056a6c723e48c7789eab70b8b9a15955d041a3fedba5c5

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

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