# New Ticket Created by Will Coleda
# Please include the string: [perl #126523]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=126523 >
A few tests die with this on MOAR only (JVM is fine)
is ::("GLOBAL")::('$x60'), 60, '::("GLOBAL") works';
is f2({ $::($caller)::($caller)::x }), 91, 'indirect CALLER::CALLER works';
Method 'Int' not found for invocant of class 'Any'
in sub proclaim at lib/Test.pm:508
in sub skip at lib/Test.pm:279
in block <unit> at t/spec/S02-names/pseudo.rakudo.moar:266
--
Will "Coke" Coleda