On 26/10/02 16:10 -0400, Mitchell N Charity wrote: > I scrubbed Inline from my machine, and installed just TRIAL8. > > Inline::TT installation failed. > Running "test Inline::TT" in the CPAN shell dies with > > t/01_add........Error. You have specified 'TT' as an Inline > programming language.
This is most likely caused because the 'require Inline::TT' was failing silently. And that was probably happening because you didn't install the prerequisite modules for Inline::TT. (Did the 'perl Makefile.PL' give you any warnings??) I have made the 'require' failures noisy. Which will help people in this regard in the future. The fix is already in RELEASE CANDIDATE 2. Cheers, Brian