Re: Bug in Carp::Heavy/5.6.0?
Wolfgang Laun [Wed, 15 Nov 2000 08:56:32 +0000 (09:56 +0100)]
Message-ID: <3A1241B0.64477E00@alcatel.at>

p4raw-id: //depot/perl@7718

lib/Carp/Heavy.pm

index 8cfdcb4..4d12bd7 100644 (file)
@@ -229,7 +229,7 @@ CALLER:
            $msg = "$error at $file line $line";
            if (defined &Thread::tid) {
                my $tid = Thread->self->tid;
-               $mess .= " thread $tid" if $tid;
+               $msg .= " thread $tid" if $tid;
            }
            $msg .= "\n";
            return $msg;