Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Helps to actually compute the MRO before using it. :-) This fixes var…
…ious issues with native types.
  • Loading branch information
jnthn committed Oct 26, 2011
1 parent 6b78ad0 commit a4602de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/Metamodel/NativeHOW.pm
Expand Up @@ -22,6 +22,7 @@ class Perl6::Metamodel::NativeHOW
}

method compose($obj) {
self.compute_mro($obj);
self.publish_method_cache($obj);
self.publish_type_cache($obj);
$!composed := 1;
Expand Down

0 comments on commit a4602de

Please sign in to comment.