Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix "handles"
this actually points to a bug in sinking some statements which needs
to be tracked down separately
  • Loading branch information
moritz committed Dec 10, 2012
1 parent d4bf9e4 commit f5a8f2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/traits.pm
Expand Up @@ -278,6 +278,7 @@ multi trait_mod:<handles>(Attribute:D $target, $thunk) {
for $expr.list {
applier($_);
}
0;
}
else {
$pkg.HOW.add_fallback($pkg,
Expand Down

0 comments on commit f5a8f2b

Please sign in to comment.