The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dist::Release::Check::Manifest - verifies that the manifest is up-to-date

DESCRIPTION

This is the generic Dist::Release step that verifies that the distribution's MANIFEST is in line with the content of the working directory. The actual check is done by the relevant builder-dependent sub-module.

CONFIGURATION

This step only requires to be added to the list of checks in the distrelease.yml config file.

The detection of the builder used by the distribution is done automatically (see Dist::Release::Step::Builder for more details).

SEE ALSO

Dist::Release::Check::Manifest::Build
Dist::Release