From 1afe8756bf1cc577a0620ed547a65340be57f135 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 28 Aug 2002 20:43:05 +0000 Subject: no function "xxx undefined" when using "#-#" --- perl_checker | 1 + 1 file changed, 1 insertion(+) diff --git a/perl_checker b/perl_checker index fd415a4..9d2788e 100755 --- a/perl_checker +++ b/perl_checker @@ -229,6 +229,7 @@ sub syntax_warnings_after_removing_strings_and_regexps { } sub add_call { + $explicit_no_warning and return; $_[0] =~ /^\d/ and return; exists $exclude_calls{$_[0]} and return; $call{$package}->{$_[0]} = 1; -- cgit v1.2.1