Created
October 10, 2011 10:20
Revisions
-
mlschroe created this gist
Oct 10, 2011 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ diff --git a/src/Perl6/Metamodel/C3MRO.pm b/src/Perl6/Metamodel/C3MRO.pm index fd2b170..cb00d6d 100644 --- a/src/Perl6/Metamodel/C3MRO.pm +++ b/src/Perl6/Metamodel/C3MRO.pm @@ -55,12 +55,12 @@ role Perl6::Metamodel::C3MRO { } } - # If we didn't reject it, this candidate will do. - unless $rejected { - $accepted := $cand_class; - $something_accepted := 1; - last; - } + } + # If we didn't reject it, this candidate will do. + unless $rejected { + $accepted := $cand_class; + $something_accepted := 1; + last; } } }