GLOSSARY
- Package
- Module
-
Perl library file, usually with
.pm
suffix. Usually contains one package. See perlmod. - Distribution
-
Tarball, containing Perl modules and accompanying files (documentation, metainfo, tests). Usually distributions are uploaded to CPAN, and can be installed with dedicated tools (
cpan
,cpanm
, and others).