libtest-distmanifest-perl

Perl module for verifying CPAN MANIFEST files

Description

Test::DistManifest provides a simple method of testing that a MANIFEST matches the distribution. It is similar to Test::CheckManifest, but differs in that it has native support for the MANIFEST.SKIP file.

It tests three things:

 1. Everything in MANIFEST exists
 2. Everything in the package is listed in MANIFEST, or subsequently matches
    a regular expression mask in MANIFEST.SKIP
 3. Nothing exists in MANIFEST that also matches a mask in MANIFEST.SKIP,
    which is an unsatisfiable condition

Much of the functionality is provided by Module::Manifest, so developers wishing to manipulate MANIFEST files in a similar way are encouraged to look at that distribution.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/Test-DistManifest


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libtest-distmanifest-perl