Skip to content

Commit

Permalink
Add proto for join.
Browse files Browse the repository at this point in the history
Turn on S32-list/join.t test.
  • Loading branch information
colomon committed Dec 9, 2009
1 parent 5bc904a commit 7796544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/core/Any-list.pm
Expand Up @@ -28,6 +28,7 @@ augment class Any {
}
}
our proto sub join (Str $separator = '', *@values) { @values.join($separator); }
our proto sub reverse(@values) { @values.reverse; }
our multi sub reverse(*@v) { @v.reverse; }
Expand Down
2 changes: 1 addition & 1 deletion t/spectest.data
Expand Up @@ -407,7 +407,7 @@ S29-any/cmp.t
# S32-list/end.t
# S32-list/first.t
# S32-list/grep.t
# S32-list/join.t
S32-list/join.t
# S32-list/map_function_return_values.t
# S32-list/map.t
# S32-list/minmax.t
Expand Down

0 comments on commit 7796544

Please sign in to comment.