# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73462] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=73462 >
<moritz_> rakudo: say ('a' ~~ /a/).WHAT
<p6eval> rakudo 16efb6: OUTPUT«Regex::Match()»
<moritz_> rakudo: say ('a' ~~ /a/) ~~ Match
<p6eval> rakudo 16efb6: OUTPUT«Could not find non-existent sub &Match [...]
* masak submits rakudobug
The spec is pretty clear that it should be Match.
