Subject: | new kwalitee metric: distribution name does not match a module in the distribution |
There are some legacy distributions, e.g. libnet and libwww-perl, whose distribution names (used in the tarball filename) does not match the name of any module in the distribution. We should point out these violations as they require extra handling code in PAUSE and also take up extra entries in the permissions database.
We just need to take the distribution name and s{-}{::}g to match against module names (if such a list is already available), or s{-}{/}g and .= ".pm" to match against filenames.