Imported Debian patch 1.04-3

This commit is contained in:
Christoph Berg
2009-12-09 13:35:28 +01:00
committed by Mario Fetka
parent ae1b1f5377
commit 1b6b73085d
8 changed files with 131 additions and 0 deletions

20
debian/control vendored Normal file
View File

@@ -0,0 +1,20 @@
Source: libtest-mockclass-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
Build-Depends-Indep: perl, libextutils-autoinstall-perl, libtest-simpleunit-perl, perl-tk, libhook-wrapsub-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/Test-MockClass/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-mockclass-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-mockclass-perl/
Package: libtest-mockclass-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, perl-tk, libhook-wrapsub-perl
Description: module to provide mock classes and mock objects for testing
Test::MockClass provides a simple interface for creating mock classes
and mock objects with mock methods for testing purposes. It also
provides a simple mechanism for tracking the interactions to the
mocked objects.