Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[setting/Any-str] changed signature of .comb
...chasing earlier spec change today.
  • Loading branch information
Carl Masak committed May 6, 2009
1 parent 45ddf59 commit 6b962c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setting/Any-str.pm
Expand Up @@ -123,7 +123,7 @@ class Any is also {
}
}

our List multi method comb (Code $matcher = /\S+/, $limit = *) {
our List multi method comb (Code $matcher = /./, $limit = *) {
my $l = $limit ~~ Whatever ?? Inf !! $limit;
# currently we use a copy of self and destroy it piece by piece.
# the preferred way of doing it is using self, not destroying it,
Expand Down

0 comments on commit 6b962c2

Please sign in to comment.