<mjd@plover.com> writes: > >I have identified a minor bug in Carp::Heavy.pm. > >If a class has overloaded the "" operator and it also uses Carp then >when calling carp/croak the object reference will be stringified by >carp. This also can lead to deep recursion if the stringify routine >also calls cluck/confess. This can also be considered a feature - so that overloaded objects can decide how they apear in error messages. As for cluck/confess on stringify - don't do that ;-) -- Nick Ing-Simmons http://www.ni-s.u-net.com/Thread Previous | Thread Next