1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: libmocked-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: libtest-exception-perl, liburi-perl, perl (>= 5.8.8-12)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>,
gregor herrmann <gregoa@debian.org>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/mocked/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmocked-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmocked-perl/
Package: libmocked-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: module to use real libraries from within mocked libraries
When mocking modules using 'mocked', you are certain that no extra "real"
libraries are being loaded. But sometimes you don't want to use real
libraries from within your mocked library. This module allows you to load
real libraries using your previous include paths.
|