Simplest way to reproduce: % perl6 -e 'class A::B { method hey { "hello world".say } }; "A::B".new.hey' Null PMC access in get_repr() in main program body at line 1
% perl6 -e 'class A { method hey { "hello world".say } }; "A".new.hey' hello world % perl6 -e 'class A::B { method hey { "hello world".say } }; A::B.new.hey' hello world Error happened only if :: present in Str. -- Varyanick I. Alex icq: 102 575 440 skype: cono.. q...@cono.org.ua