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


Rakudo r35404 doesn't know how to .WHATify or numify a Match object:

$ perl6 -e "say ('bac' ~~ /a/).WHAT"
Match
$ perl6 -e "('bac' ~~ /a/).WHAT"
Null PMC access in get_integer()
[...]
$ perl6 -e "say +('bac' ~~ /a/).WHAT"
Null PMC access in cmp()
[...]

Reply via email to