Paketname | libtest-distmanifest-perl |
Beschreibung | Perl module for verifying CPAN MANIFEST files |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.009-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 84 Byte |
Hängt ab von | perl, libmodule-manifest-perl (>= 0.07), perl (>= 5.10) | libtest-simple-perl (>= 0.72) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 17958 Byte |
Prüfsumme MD5 | 439c53d011268f88b4729f9613a3f852 |
Prüfsumme SHA1 | cdbd8dc9382ccc29f4d714198dcb21f222d74ad0 |
Prüfsumme SHA256 | 9ca72cb377c367e0c0533c0e75eb5d10566d3eb98d89301c27600f7a28d78788 |
Link zum Herunterladen | libtest-distmanifest-perl_1.009-1_all.deb |
Ausführliche Beschreibung | 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.
|