libtest-mockmodule-perl

Rating: 
0
No votes yet

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.

Application versions: 
AttachmentSizeDate
File libtest-mockmodule-perl_0.05-2_all.deb8.81 KB05/08/2013 - 13:53
Changelog: 

libtest-mockmodule-perl (0.05-2) unstable; urgency=low

[ Damyan Ivanov ]
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza); Homepage field (source stanza). Changed:
Maintainer set to Debian Perl Group <pkg-perl-
maintainers@lists.alioth.debian.org> (was: Ben Hutchings
<ben@decadentplace.org.uk>); Ben Hutchings
<ben@decadentplace.org.uk> moved to Uploaders.
* Add debian/watch.
* remove Homepage from long description; Homepage: field already
present

[ gregor herrmann ]
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
* debian/control: Added: ${misc:Depends} to Depends: field.

[ Nathan Handler ]
* debian/watch: Update to ignore development releases.

[ Ansgar Burchardt ]
* Refresh rules for debhelper 7.
* Move debhelper to Build-Depends.
* Add myself to Uploaders.
* Bump Standards-Version to 3.8.2.
* Convert debian/copyright to proposed machine-readable format.

[ gregor herrmann ]
* debian/control: make short description a noun phrase.