Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removing "aka" trait until more consensus
  • Loading branch information
lizmat committed Feb 4, 2015
1 parent 8e6a1a4 commit 337b4c8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/core/traits.pm
Expand Up @@ -472,12 +472,6 @@ multi sub trait_mod:<handles>(Method:D $m, &thunk) {
0;
}

multi sub trait_mod:<aka>(Method:D $m, &thunk) {
my $pkg := $m.package;
$pkg.HOW.add_method($pkg,$_,$m) for thunk();
0;
}

proto sub trait_mod:<will>(|) { * }
multi sub trait_mod:<will>(Attribute $attr, Block :$build!) {
$attr.set_build($build)
Expand Down

0 comments on commit 337b4c8

Please sign in to comment.