Foo->new->foo->bar; #no more "Can't call method "bar" on unblessed reference" #because now ->bar is a native method of ARRAYREFs. #actually all the methods of Bar are native methods on ARRAYREFs now.