I am on Centos 6 (as root) with Perl 5.10, also with a lot of modules installed (using yum and CPAN). I've tried to upgrade Perl to 5.18 and now have some problems with @INC.
I receive messages that some modules are not able in @INC, I've solved some of them reinstalling them from yum, but some of them are still unavaliable.
Please show the best way to add my earlier installed modules to @INC (I've already read a lot forums about this problem, and solutions like writing use lib or adding old modules path in bash are not very good as for me)
Thanks in advance!
UPDATED:
Am I able to downgrade to 5.10 and if yes then will my old modules work? Or the only right way is to reinstall my system?