table of contents
other versions
Sympa::ModDef(3Sympa) | sympa 6.2.16 | Sympa::ModDef(3Sympa) |
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).
2016-11-25 | 6.2.16 |