On sön, 2004-10-10 at 23:22, Nigel Horne wrote: > Unfortunately HTTP::TransparentCache needs perl 5.8.4 :-( > Do any major distro's ship with this version yet?
Debian testing does. But the requirement for perl 5.8.4 is probably bogus. I'm running 5.8.4 and h2xs automatically inserts a requirement for the perl it is running under. Try to change the use 5.008004 line at the top of Makefile.PL and test if it works with your perl. If it does, report back to me which version of perl you're running and I'll lower the requirement in the next version. /Mattias