summaryrefslogtreecommitdiff
path: root/warnings.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-19 06:53:13 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-19 06:53:13 +0000
commit4673fc70de29ec9782a54acc86b498189e02a8e2 (patch)
tree0e2830f6feab909c595c2f646618b170fc8c28bf /warnings.pl
parent657b208b434818aa5e54d68b0a8ad320c0252adf (diff)
downloadperl-4673fc70de29ec9782a54acc86b498189e02a8e2.tar.gz
s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131
p4raw-link: @5131 on //depot/perl: 34d09196f6a006314d7ea49a091a30ce5ee08bff p4raw-id: //depot/perl@5135
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 9d571038e2..c6f1313722 100644
--- a/warnings.pl
+++ b/warnings.pl
@@ -27,7 +27,7 @@ my $tree = {
},
'syntax' => { 'ambiguous' => DEFAULT_OFF,
'semicolon' => DEFAULT_OFF,
- 'precedence' => DEFAULT_OFF,
+ 'bareword' => DEFAULT_OFF,
'reserved' => DEFAULT_OFF,
'octal' => DEFAULT_OFF,
'digit' => DEFAULT_OFF,