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

Changelog

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

  * Team upload.
  * Import upstream version 0.13.
  * Declare compliance with Debian Policy 4.1.1.
  * Change priority from extra to optional.

 -- gregor herrmann <email address hidden>  Wed, 01 Nov 2017 20:02:19 +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
Bionic release universe perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-mockmodule-perl_0.13-1.dsc 2.4 KiB d830feea65161a37979db27fd94157270631d565e70fc641d4c48c0c93575750
libtest-mockmodule-perl_0.13.orig.tar.gz 24.0 KiB 7473742a0d600eb11766752c79a966570755168105ee4d4e33d90466b7339053
libtest-mockmodule-perl_0.13-1.debian.tar.xz 2.8 KiB b151934284af29951e1c568c6fd7d73f8751082e8120255a9190b31d88615ce1

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.