FreeBSD.software
Home/devel/p5-Module-Installed-Tiny

p5-Module-Installed-Tiny

0.011

Check if a module is installed, with as little code as possible

To check if a module is installed (available), generally the simplest way is to try to require() it. However, this actually loads the module. There are some cases where this is not desirable: 1) we have to check a lot of modules (actually loading the modules will take a lot of CPU time and memory; 2) some of the modules conflict with one another and cannot all be loaded; 3) the module is OS specific and might not load under another OS; 4) we simply do not want to execute the module, for security or other reasons. Module::Installed::Tiny provides a routine module_installed() which works like Perl's require but does not actually load the module.

Origin: devel/p5-Module-Installed-Tiny
Category: devel
Size: 54.1KiB
License: ART10, GPLv1+
Maintainer: sunpoet@FreeBSD.org
Dependencies: 1 packages
Required by: 2 packages
$pkg install p5-Module-Installed-Tiny

Dependencies (1)

Required By (2 packages)

More in devel