Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure .join flattens lists.
  • Loading branch information
pmichaud committed May 4, 2009
1 parent 3c95282 commit 020fd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setting/Any-list.pm
Expand Up @@ -13,7 +13,7 @@ class Any is also {

our Str multi method join($separator = '') {
Q:PIR {
$P0 = self.'list'()
$P0 = 'list'(self)
$P1 = find_lex '$separator'
$S1 = $P1
$S0 = join $S1, $P0
Expand Down

0 comments on commit 020fd49

Please sign in to comment.