Provided by: sympa_6.2.24~dfsg-1_amd64 

NAME
Sympa::ModDef - Definition of dependent modules
DESCRIPTION
This module keeps definition of modules required by Sympa.
Global variable
%cpan_modules
This defines the modules. Each item has Perl package name as key and hashref containing pairs below
as value.
required_version => STRING
Minimum version of package. Assume required_version = '1.0' if not specified.
package_name => STRING
Name of CPAN module.
mandatory => 1|0
If 1, the module is mandatory. Default is 0.
gettext_id => STRING
Usage of this package,
gettext_comment => STRING
Description of prerequisites if any.
SEE ALSO
sympa_wizard(1).
6.2.24 2017-12-22 Sympa::ModDef(3Sympa)