An error in the syslog I can't resolve

Hello,

I have rt 3.2.3 recently installed and running well. However, when I check
my syslog, I find the following lines repeated very many times:

RT: Use of uninitialized value in length at
/usr/local/lib/perl5/site_perl/5.8.7/HTML/Mason/Resolver/File.pm line 52.
(/usr/local/rt3/lib/RT.pm:269)

RT: Use of uninitialized value in concatenation (.) or string at
/usr/local/lib/perl5/site_perl/5.8.7/HTML/Mason/Resolver/File.pm line 51.
(/usr/local/rt3/lib/RT.pm:269)

lines 51 and 52 of File.pm are as follows:

my @files = File::Glob::bsd_glob($comp_root_path . $pattern);
my $root_length = length $comp_root_path;

and line 269 of RT.pm is

$SIG{WARN} = sub {$RT::Logger->warning($_[0])};

I am not sure if it’s about a particular module am missing and if so,
which one might that be? Please help me out here…

Cheers!
Cathy