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


The following PIR program prints "Match". I would expect "PGE::Match".
I don't see the reason that motivates the current behavior

.sub main
   .local pmc match
   .local string s
   load_bytecode "compilers/pge/PGE.pbc"
   match = new "PGE::Match"
#   trace 1
   s = match.'WHAT'()
   say s
.end



-- 
cognominal stef

Reply via email to