Overload error -- Operation `eq': no method found
[prev]
[thread]
[next]
[Date index for 2005/04/28]
This is a shot in the dark, but I wonder if anyone has come across an
error like this under a mod_perl environment. I'm unable to duplicate
outside of our production environment, which makes this quite hard to
track.
Operation `eq': no method found,
left argument in overloaded package Onyx::DB::RTMType,
right argument in overloaded package Onyx::DB::RTMType
The code the produces it is something like this:
my $type =3D $rtm->rtm_type;
my $current_type =3D $current_rtm->rtm_type;
return 1 if $type eq $current_type;
# RTM has_a RTMType;
We are running CDBI version 0.95, Apache/1.3.27 (Unix) mod_perl/1.27
Even wild guesses are welcome :)
|
Overload error -- Operation `eq': no method found
Juan Camacho 17:10 on 28 Apr 2005
|