summaryrefslogtreecommitdiff
path: root/warnings.pl
diff options
context:
space:
mode:
Diffstat (limited to 'warnings.pl')
-rw-r--r--warnings.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/warnings.pl b/warnings.pl
index 586e5a7730..20ed7ffb07 100644
--- a/warnings.pl
+++ b/warnings.pl
@@ -604,7 +604,7 @@ $All = "" ; vec($All, $Offsets{'all'}, 2) = 3 ;
sub Croaker
{
delete $Carp::CarpInternal{'warnings'};
- croak @_ ;
+ croak(@_);
}
sub bits