Uninitialized value in pattern match (m//)

Using rt 3.4.5, apache 1.3.33, mod perl 1.29 on Solaris

I was using perl 5.8.7 and I did not see this message. Now that I am
using perl 5.8.8, I see this message a lot. It appears to be from
custom value processing, but I do not know how to fix this.

Is this a known problem with perl 5.8.8 and if so, is there a patch
that I need?

Thanks,

Alex

Using rt 3.4.5, apache 1.3.33, mod perl 1.29 on Solaris

I was using perl 5.8.7 and I did not see this message. Now that I am
using perl 5.8.8, I see this message a lot. It appears to be from
custom value processing, but I do not know how to fix this.

Is this a known problem with perl 5.8.8 and if so, is there a patch
that I need?

Perl 5.8.8 got a lot stricter about processing some things and is better
able to unmask issues like this in apps like RT. It’s harmless but we
should be cleaning it up in the nearish future.