This module provides a simple method of testing that a Perl module's MANIFEST matches the distribution.
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, so as to avoid an unsatisfiable dependency conditions
Commercial Use
Modify
Distribute
Sub-License
Private Use
Hold Liable
Use Trademarks
Include Copyright
State Changes
Include Install Instructions
Rename
These details are provided for information only. No information here is legal advice and should not be used as such.
Commercial Use
Modify
Distribute
Hold Liable
Use Trademarks
State Changes
These details are provided for information only. No information here is legal advice and should not be used as such.
These details are provided for information only. No information here is legal advice and should not be used as such.
There are no reported vulnerabilities