Source: libmodule-load-conditional-perl Maintainer: Debian Perl Group Uploaders: Alejandro Garrido Mota , Damyan Ivanov , Jonathan Yu , gregor herrmann , Rene Mayorga , Ansgar Burchardt , Daniel Kahn Gillmor Section: perl Priority: optional Build-Depends: debhelper (>= 9) # Module::Load 0.28 -> perl 5.19.8 Build-Depends-Indep: perl (>= 5.19.8) Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-load-conditional-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmodule-load-conditional-perl.git Homepage: https://metacpan.org/release/Module-Load-Conditional Testsuite: autopkgtest-pkg-perl Package: libmodule-load-conditional-perl Architecture: all # Module::Load 0.28 -> perl 5.19.8 Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.19.8) 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.