# New Ticket Created by  卓明亮 
# Please include the string:  [perl #68098]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=68098 >




在此祝你身体健康,天天快乐

                              卓明亮


      ___________________________________________________________ 
  好玩贺卡等你发,邮箱贺卡全新上线! 
http://card.mail.cn.yahoo.com/
diff --git a/src/parser/grammar.pg b/src/parser/grammar.pg
index d131835..a771ebf 100644
--- a/src/parser/grammar.pg
+++ b/src/parser/grammar.pg
@@ -566,7 +566,7 @@ token expect_term {
 
 token post {
     <!afterws>
-    [ <.unsp> || \\ ]?
+    [ <.unsp> || \\ || \. ]?
     <postfix_prefix_meta_operator>?
     [
     | <dotty> {*}                                #= dotty

Reply via email to