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

Changelog

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

  * Team upload.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: use HTTPS for GitHub URLs.
  * Import upstream version 0.12.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 4.0.0.
  * Drop unneeded version constraint from libmodule-build-perl build
    dependency.

 -- gregor herrmann <email address hidden>  Thu, 03 Aug 2017 22:24:02 -0400

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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-mockmodule-perl_0.12-1.dsc 2.3 KiB a04278da3f784059bfa642242909c7e6a1c00142a922c946909fd360e1c2a7cf
libtest-mockmodule-perl_0.12.orig.tar.gz 23.6 KiB 156b0357fdafe6734124c788a91893f8f8fd56ecdaea802cd474e43f6da0083d
libtest-mockmodule-perl_0.12-1.debian.tar.xz 2.8 KiB f17fe3a313035c909aca7c9f9a5c5dc9660ca996b75eab85ef0128757b62a30f

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.