Subject: | META file does not contain 'provides' |
When running dist or distbuild, the META files have a blank "provides" key:
provides: {}
Looking at the find_dist_packages() method in Module::Build::Base, it seems that $dist_files has Unix-style pathnames while find_pm_files() returns Windows-style pathnames, hence it does not work!