From: Hugo van der Sanden Date: Sun, 3 Nov 2002 13:20:50 +0000 (+0000) Subject: avoid reliance on croak() prototype X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=92cde64730ac68c05bd8f8990a57fb156d283457;p=p5sagit%2Fp5-mst-13.2.git avoid reliance on croak() prototype p4raw-id: //depot/perl@18078 --- diff --git a/lib/warnings.pm b/lib/warnings.pm index 8aa7748..0400a17 100644 --- a/lib/warnings.pm +++ b/lib/warnings.pm @@ -291,7 +291,7 @@ $All = "" ; vec($All, $Offsets{'all'}, 2) = 3 ; sub Croaker { delete $Carp::CarpInternal{'warnings'}; - croak @_ ; + croak(@_); } sub bits