Subject: | new kwalitee metric: dist contains README.pod |
Many dists, especially those using Dist::Zilla, are now generating README.pod documents in their distribution. Unfortunately due to the way installers (EUMM, MB, MBT) work, a .pod file in the root of the Foo-Bar distribution will get installed for the user as lib/Foo/README.pod (making it possible to 'perldoc Foo::README') -- definitely not the user's intent!
This problem can happen with any .pod or .pm file in the root directory, but README.pod is a common instance where we know it's unintentional, and we can catch this case and alert the author to the problem.