Skip to content

Commit

Permalink
Make .categorize return Hash rather than a Parcel of Pairs
Browse files Browse the repository at this point in the history
To match S32/Containers:191
  • Loading branch information
lizmat committed Jun 14, 2013
1 parent 856bc55 commit d412678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/List.pm
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ my class List does Positional {
%result{$k}.push: $_;
}
}
%result.pairs;
%result
}

# This needs a way of taking a user-defined comparison
Expand Down

0 comments on commit d412678

Please sign in to comment.