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
|
Source: libmodule-load-conditional-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 6)
Build-Depends-Indep: perl (>= 5), libmodule-load-perl,
libversion-perl, liblocale-maketext-simple-perl, libparams-check-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alejandro Garrido Mota <garridomota@gmail.com>,
Damyan Ivanov <dmn@debian.org>,
gregor herrmann <gregor+debian@comodo.priv.at>
Standards-Version: 3.7.3
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmodule-load-conditional-perl
Vcs-Browser:
http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-load-conditional-perl
Homepage: http://search.cpan.org/dist/Module-Load-Conditional/
Package: libmodule-load-conditional-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libmodule-load-perl,
libversion-perl, liblocale-maketext-simple-perl, libparams-check-perl
Description: Module::Load::Conditional - Looking up module information
Module::Load::Conditional provides simple ways to query and possibly
load any of the modules you have installed on your system during runtime.
It is able to load multiple modules at once or none at all if one of
them was not able to load. It also takes care of any error checking and
so forth.
|