# New Ticket Created by Zefram
# Please include the string: [perl #128944]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=128944 >
> 3.WHICH
Int|3
> 3.WHICH.perl
ObjAt.new
> 3.WHICH.perl.EVAL
Too few positionals passed; expected 2 arguments but got 1
in block <unit> at EVAL_0 line 1
in block <unit> at <unknown file> line 1
That's a rather poor .perl. It ought to emit something like
'ObjAt.new("Int|3")'.
> ObjAt.new("Int|3")
Int|3
> 3.WHICH === ObjAt.new("Int|3")
True
-zefram