in reply to Re: Problem w/overloading and Carp::confess
in thread Problem w/overloading and Carp::confess
Looks as if in longmess() the string concat being done to turn the "arg" into something printable is lost... I was thinking that putting a check in longmess to see if stringify is overloaded and then calling overload::StrVal(), but I don't want to change Carp.Operation `.=': no method found, left argument in overloaded package P, right argument has no overloaded magic at /usr/local/geospiza/ +lib/perl5/5.6.1/Carp/Heavy.pm line 91.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Problem w/overloading and Carp::confess
by frag (Hermit) on Nov 14, 2001 at 07:32 UTC | |
by tilly (Archbishop) on Nov 14, 2001 at 15:39 UTC |