Description
Perl distribution authors can test whether the MANIFEST file matches the files that should be shipped. This helps catch missing, extra, or stale entries before publishing a package.
It is a developer packaging test. Maintainers should review failures before release because manifest mistakes can omit required files or include unintended content.