Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix more built-ins to deal with sink context
  • Loading branch information
moritz committed Dec 10, 2012
1 parent 9831e45 commit c02d13a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Mu.pm
Expand Up @@ -390,6 +390,7 @@ my class Mu {
@methods.push($method);
}
}
0;
}
}
}
Expand Down
1 change: 1 addition & 0 deletions src/core/traits.pm
Expand Up @@ -320,6 +320,7 @@ multi sub trait_mod:<handles>(Method:D $m, &thunk) {
$meth.set_name($meth_name);
$pkg.HOW.add_method($pkg, $meth_name, $meth);
}
0;
}

proto trait_mod:<will>(|) { * }
Expand Down

0 comments on commit c02d13a

Please sign in to comment.