projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a48f8c7
)
avoid reliance on croak() prototype
Hugo van der Sanden [Sun, 3 Nov 2002 13:20:50 +0000 (13:20 +0000)]
p4raw-id: //depot/perl@18078
lib/warnings.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/warnings.pm
b/lib/warnings.pm
index
8aa7748
..
0400a17
100644
(file)
--- 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