Subject: | Latest distribution lost its META.* files (prevents installation on pristine systems) |
Your Makefile.PL has a strong (compile time) dependency on File::Which. In these cases a META.* containing the configure_requires stanza is mandatory to make unattended installation of the module possible.
You need to either reinstate the META.*, or alternatively look into not depending on File::Which in the first place.
Cheers!