dragonrider has asked for the wisdom of the Perl Monks concerning the following question:

I ran recompile from CPAN in a hope that it will upgrade all my existing modules to the latest. But it broke my perl installation. Now I am not able to run any script and get a version mismatch error:

IO::Tty object version 1.08 does not match $IO::Tty::XS_VERSION 1.07 at /usr/lib/perl/5.10/DynaLoader.pm line 219.
Compilation failed in require at xxxxxxxxxxxxxxxx

I tried to google for this error but no luck. I'll deeply appreciate any possible help.

SOLVED
I could solve this by manually deleting Tty.pm files from my system and reinstalling IO::Tty

  • Comment on cpan recompile broke my perl installation.[SOLVED]