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

Changelog

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

  * Team upload

  * Import upstream version 0.007.
  * Bump debhelper-compat to 13
  * Declare compliance with Debian Policy 4.6.1

 -- Florian Schlichting <email address hidden>  Mon, 21 Nov 2022 21:17:49 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
libb-cow-perl_0.007-1.dsc 2.0 KiB 5374011f10ed193346fb095959dec6320a2bb7a88f5c0ddf0e1da9e89aa049f6
libb-cow-perl_0.007.orig.tar.gz 18.3 KiB 1290daf227e8b09889a31cf182e29106f1cf9f1a4e9bf7752f9de92ed1158b44
libb-cow-perl_0.007-1.debian.tar.xz 2.1 KiB ebedfae8998f4aaf036fed5365f85c851fdcbb42ea9c5f613d041188830be77a

No changes file available.

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