summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/parser.mly
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-06-21 14:56:54 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-06-21 14:56:54 +0000
commit43e641edb0ad385f7aec2c3acd8bea01e6593815 (patch)
tree1faf6c7797cf3cbd8f9db7c328d61dc499c9fa56 /perl_checker.src/parser.mly
parent49fec8a81b2169c4374480e2e32288952733b31a (diff)
downloadperl_checker-43e641edb0ad385f7aec2c3acd8bea01e6593815.tar
perl_checker-43e641edb0ad385f7aec2c3acd8bea01e6593815.tar.gz
perl_checker-43e641edb0ad385f7aec2c3acd8bea01e6593815.tar.bz2
perl_checker-43e641edb0ad385f7aec2c3acd8bea01e6593815.tar.xz
perl_checker-43e641edb0ad385f7aec2c3acd8bea01e6593815.zip
handle $o->pop
Diffstat (limited to 'perl_checker.src/parser.mly')
-rw-r--r--perl_checker.src/parser.mly1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl_checker.src/parser.mly b/perl_checker.src/parser.mly
index e44bcf1..a9bf396 100644
--- a/perl_checker.src/parser.mly
+++ b/perl_checker.src/parser.mly
@@ -473,6 +473,7 @@ word_or_scalar:
| word_paren {$1}
| MULT_L_STR { new_1esp (Ident(None, "x", get_pos $1)) $1 }
| FOR { new_1esp (Ident(None, $1.any, get_pos $1)) $1 }
+| ONE_SCALAR_PARA { new_1esp (Ident(None, $1.any, get_pos $1)) $1 }
bareword:
| NEW { new_1esp (Ident(None, "new", get_pos $1)) $1 }