Description
Perl packaging tools can read and inspect MANIFEST files that list the files included in a distribution. This helps checks, release scripts, and build systems confirm that expected files are present.
It is a developer library used during packaging. Incorrect manifests can omit important files or include unintended ones, so release automation should review the resulting file list.