18 lines
943 B
Markdown
18 lines
943 B
Markdown
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> perl-Module-Metadata (Module::Metadata)
|
|
|
|
SMEServer Koozali local git repo for perl-Module-Metadata
|
|
|
|
## Documentation
|
|
https://metacpan.org/pod/Module::Metadata
|
|
|
|
## Bugs
|
|
CPAN bug report are [here](https://rt.cpan.org/Public/Dist/Display.html?Name=Module-Metadata)
|
|
|
|
Show list of Koozali outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=perl-Module-Metadata&product=SME%20Server%2011.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
|
|
|
|
## Description
|
|
This module provides a standard way to gather metadata about a .pm file
|
|
through (mostly) static analysis and (some) code execution. When
|
|
determining the version of a module, the $VERSION assignment is evaled, as
|
|
is traditional in the CPAN toolchain.
|