libtest-refcount-perl 0.10-4 source package in Ubuntu

Changelog

libtest-refcount-perl (0.10-4) unstable; urgency=medium

  * Disable Recommends on libdevel-mat-perl temporarily as long as it
    doesn't build reliably (cf. #1026046).

 -- gregor herrmann <email address hidden>  Tue, 13 Dec 2022 20:05:17 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-refcount-perl_0.10-4.dsc 2.4 KiB 7adc7d12496a370ce1c9153ca7d99df7c5b248bdba007485a7b48a88f959b63a
libtest-refcount-perl_0.10.orig.tar.gz 16.8 KiB 0457c20a4956473d157c4faaff8814154bc93f6e2b543c2812a19ff8e3370eb2
libtest-refcount-perl_0.10-4.debian.tar.xz 3.0 KiB 38ad512a7f3fbf013236e12bfe2f75d2e8a1f15eeaf70372e2e9006b4655f6cb

Available diffs

No changes file available.

Binary packages built by this source

libtest-refcount-perl: Perl module to assert reference counts

 Test::Refcount asserts that an object's reference count is as expected. Since
 Perl's automatic memory management algorithm uses reference counting to keep
 track of which 'things' (ie, scalars, objects, etc.) are in use, problems
 like circular references (where a variable points to itself) can prevent Perl
 from properly freeing them.
 .
 If the assertion fails; that is, if the actual reference count is different
 to what was expected, a trace of references to the object is printed, using
 the Devel::FindRef module. It is probably most useful as part of a
 comprehensive module author test suite.