in reply to Re^3: [Parrot] Is there a class loader?
in thread [Parrot] Is there a class loader?
I think you are confusing OOP with module loading. %INC has nothing to do with Perl's object model. Perl's object model is not "exotic" so much as it is lean, and thus a large part of it — indeed including the association of module and package with class — is given solely by convention. There is nothing in Perl that enforces the rather exotic object model you think Perl5 has. :-)