libtest-mockmodule-perl 0.178.0-1 source package in Ubuntu

Changelog

libtest-mockmodule-perl (0.178.0-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.178.0.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 4.7.0.

 -- gregor herrmann <email address hidden>  Fri, 10 May 2024 01:10:46 +0200

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-mockmodule-perl_0.178.0-1.dsc 2.5 KiB 92f95a8ab3211053ca1ddde8006962346db134ac1bf1a29e1c35495568605eb9
libtest-mockmodule-perl_0.178.0.orig.tar.gz 23.5 KiB 332b46f79e210468b8f739794cae569dc868cf0ec7fa0bd1732f7915352d6031
libtest-mockmodule-perl_0.178.0-1.debian.tar.xz 3.1 KiB ecd4bb3c8fa775b5dc50113a288eb6742a54a9125a5958e17038e24ebce8e961

Available diffs

No changes file available.

Binary packages built by this source

libtest-mockmodule-perl: Perl module to override subroutines in a module for unit testing

 Test::MockModule lets you temporarily redefine subroutines in other
 packages for the purposes of unit testing.
 .
 A Test::MockModule object is set up to mock subroutines for a given
 module. The object remembers the original subroutine so it can be
 easily restored. This happens automatically when all MockModule
 objects for the given module go out of scope, or when you unmock()
 the subroutine.