Skip Menu |

This queue is for tickets about the TAP-Formatter-HTML CPAN distribution.

Report information
The Basics
Id: 74364
Status: resolved
Priority: 0/
Queue: TAP-Formatter-HTML

People
Owner: steve [...] purkis.ca
Requestors: steve [...] purkis.ca
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 0.05
  • 0.06
  • 0.07
  • 0.08
  • 0.09
Fixed in: (no value)



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
On Wed Jan 25 09:45:03 2012, SPURKIS wrote: Show quoted text
> If @INC > 64 for valid reasons (eg: part of CPAN testers setup), we > need to find a way around this.
This is due to valid setup, and will be fixed in next release.
Fixed in 0.10.