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

Changelog

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

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

 -- gregor herrmann <email address hidden>  Thu, 07 Jan 2021 02:18:23 +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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-mockmodule-perl_0.176.0-1.dsc 2.5 KiB 2057380ca9fa8b2ae9872f08d576172f5150bc1551ad05f6a213183020a9a906
libtest-mockmodule-perl_0.176.0.orig.tar.gz 23.3 KiB b71e16657c71b682f045e04d115bd532b85d7a96091e7319a1a85447ff97326e
libtest-mockmodule-perl_0.176.0-1.debian.tar.xz 3.1 KiB bcdb610125d279734d8ad97bf385d957b4bfbfe8e3e25efec7343e54b8f623e4

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.