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
|
Source: libmodule-load-conditional-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
liblocale-maketext-simple-perl,
libmodule-load-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>, Jonathan Yu <jawnsy@cpan.org>,
gregor herrmann <gregoa@debian.org>, Rene Mayorga <rmayorga@debian.org>,
Ansgar Burchardt <ansgar@debian.org>, Nicholas Bamber <nicholas@periapt.co.uk>
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/pkg-perl/packages/libmodule-load-conditional-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-load-conditional-perl.git
Homepage: http://search.cpan.org/dist/Module-Load-Conditional/
Package: libmodule-load-conditional-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
liblocale-maketext-simple-perl,
libmodule-load-perl,
libparams-check-perl
Description: module for looking up information about modules
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.
|