libtest-subcalls-perl 1.10-2 source package in Ubuntu

Changelog

libtest-subcalls-perl (1.10-2) unstable; urgency=medium

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Tue, 28 Jun 2022 19:38:46 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-subcalls-perl_1.10-2.dsc 2.1 KiB fc1b157ee0e2cbe2d8dc02fb86d38e31db38bdc567e1355f1d8e47f08c3ccb05
libtest-subcalls-perl_1.10.orig.tar.gz 24.8 KiB cbc1e9b35a05e71febc13e5ef547a31c8249899bb6011dbdc9d9ff366ddab6c2
libtest-subcalls-perl_1.10-2.debian.tar.xz 2.4 KiB 7ab2bcd51dfc87ed0c7a7a885261144c4025d3935930f923c64c3cbb247d6381

Available diffs

No changes file available.

Binary packages built by this source

libtest-subcalls-perl: Perl module to count subroutine calls

 Test::SubCalls provides functions for testing that subroutines are called a
 specific number of times. It is useful in situations like testing caching
 code, where you want to do some tests as normal and then verify that some
 underlying subroutine within the code was called a specific number of times.