Skip to content

Commit

Permalink
add missing sigil, jnthn++. Sadly it does not fix the problems with c…
Browse files Browse the repository at this point in the history
…omposition.t
  • Loading branch information
moritz committed Oct 30, 2011
1 parent 2f2a5b7 commit 8e75858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Metamodel/RoleToRoleApplier.pm
Expand Up @@ -72,7 +72,7 @@ my class RoleToRoleApplier {
1;
}
# No methods in the target role. If only one, it's easy...
if +@add_meths == 1 || all_the_same(add_meths) {
if +@add_meths == 1 || all_the_same(@add_meths) {
$target.HOW.add_method($target, $name, @add_meths[0]);
}
else {
Expand Down

0 comments on commit 8e75858

Please sign in to comment.