1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: libtest-without-module-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.8.8-11.1), libtest-pod-perl,
libfile-slurp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Rene Mayorga <rmayorga@debian.org>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Test-Without-Module/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-without-module-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-without-module-perl/
Package: libtest-without-module-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: test fallback behaviour in absence of modules
Test::Without::Module allows you to deliberately hide modules from a program
even though they are installed. This is mostly useful for testing modules
that have a fallback when a certain dependency module is not installed.
|