1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: libtest-mock-redis-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9),
libmodule-build-perl (>= 0.400400)
Build-Depends-Indep: libclass-method-modifiers-perl,
libnamespace-clean-perl,
libpackage-stash-perl (>= 0.34),
libtest-deep-perl,
libtest-deep-unorderedpairs-perl,
libtest-fatal-perl,
libtest-pod-perl,
libtry-tiny-perl,
perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-mock-redis-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-mock-redis-perl.git
Testsuite: autopkgtest-pkg-perl
Homepage: https://metacpan.org/release/Test-Mock-Redis
Package: libtest-mock-redis-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libclass-method-modifiers-perl,
libnamespace-clean-perl,
libpackage-stash-perl (>= 0.34),
libtry-tiny-perl
Description: test stub for Redis databases
Test::Mock::Redis can be used in place of Redis for running
tests without needing a running redis instance.
.
This module is designed to function as a drop in replacement for
Redis.pm for testing purposes.
|