summaryrefslogtreecommitdiffstats
path: root/perl_checker.src
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-01-06 21:54:30 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-01-06 21:54:30 +0000
commitaf2f0561ba0ec7755e0fbd47e8380aab78238219 (patch)
tree870911e359286eb9aef8284b8582e700cc265818 /perl_checker.src
parentab529e3ec7c4b35acaa82023dc1c7396c0bc1efc (diff)
downloadperl_checker-af2f0561ba0ec7755e0fbd47e8380aab78238219.tar
perl_checker-af2f0561ba0ec7755e0fbd47e8380aab78238219.tar.gz
perl_checker-af2f0561ba0ec7755e0fbd47e8380aab78238219.tar.bz2
perl_checker-af2f0561ba0ec7755e0fbd47e8380aab78238219.tar.xz
perl_checker-af2f0561ba0ec7755e0fbd47e8380aab78238219.zip
basename is not perl standard
Diffstat (limited to 'perl_checker.src')
-rw-r--r--perl_checker.src/global_checks.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl_checker.src/global_checks.ml b/perl_checker.src/global_checks.ml
index d74e96e..40042c1 100644
--- a/perl_checker.src/global_checks.ml
+++ b/perl_checker.src/global_checks.ml
@@ -133,7 +133,7 @@ let is_global_var context ident =
| I_func ->
(match ident with
| "-b" | "-d" | "-e" | "-f" | "-l" | "-r" | "-s" | "-w" | "-x"
- | "abs" | "alarm" | "basename" | "bless"
+ | "abs" | "alarm" | "bless"
| "caller" | "chdir" | "chmod" | "chomp" | "chop" | "chown" | "chr" | "chroot" | "close" | "closedir" | "crypt"
| "defined" | "delete" | "die"
| "each" | "endpwent" | "eof" | "eval" | "exec" | "exists" | "exit"