Subject: | Dies with error: file error - INCLUDE_PATH exceeds 64 directories |
All failures from CPAN Testers reports are caused by @INC hitting Template::Provider's
$MAX_DIRS, which dies at compile time with the error:
file error - INCLUDE_PATH exceeds 64 directories
See: http://www.cpantesters.org/distro/T/TAP-Formatter-HTML.html?version=0.09
This was first seen in T::F::H v0.05. I thought it was fixed with RT #37019, but apparently not.
If @INC > 64 for valid reasons (eg: part of CPAN testers setup), we need to find a way around
this. If not, we need to get to the bottom of why it's being inflated.
-Steve