develooper Front page | perl.perl6.internals | Postings from May 2008

[perl #53750] [BUG] The WHAT method of Protobject returns only the last component of the name

Thread Next
From:
Stephane Payrard
Date:
May 5, 2008 10:20
Subject:
[perl #53750] [BUG] The WHAT method of Protobject returns only the last component of the name
# 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

Thread Next


Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About