# New Ticket Created by Cédric VINCENT # Please include the string: [perl #116016] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=116016 >
http://irclog.perlgeek.de/perl6/2012-11-27#i_6190391 <supernovus> r: v10 <p6eval> rakudo e6e158: OUTPUT«===SORRY!===CHECK FAILED:Undefined routine '&v10' called (line 1)» <supernovus> std: v10 <p6eval> std a8bc48f: OUTPUT«===[0mSORRY!===[0mâ�¤Undeclared routine:â�¤ 'v10' used at line 1â�¤Check failedâ�¤FAILED 00:00 41mâ�¤Â» <supernovus> The rule to match routines/symbols is overriding the rule to match versions. I guess just use Version.new('10.0') for now for any major version over 10. <jnthn> Probably because LTM <masak> oh, 'course. that makes 100% sense.