Hello to everybody!
I am currently testing SME Server 8.0beta3 for later productional use. For installing my preferred backup solution (dirvish) some perl modules were needed:
Getopt::Long
Time::ParseDate
Time::Period
Unfortunately I installed these modules via CPAN and not via yum:
# perl -MCPAN -e shell
cpan> install Getopt::Long Time::ParseDate Time::Period
Now my perl installation is partially broken, e.g. the daily cronjob output:
Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/5.8.8/Scalar/Util.pm line 30.
I want to set the perl installation back to default configuration (SME configuration) again, but I'm not very familiar to yum at all. This is my first Centos/RedHat based system and I'm usually working on Debian based systems.
Thanks for your help in advance!
Best regards, jfritz