# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #125626]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=125626 >


<PerlJam> Any reason why words("foo bar baz blat", *) shouldn't work
like words("foo bar baz blat",Inf)  ?
<PerlJam> (same for lines)
<masak> I think it does.
<PerlJam> masak: not here.  I get:  Cannot call Numeric(Whatever: );
none of these signatures match: ...
<masak> oh
<masak> yeah, same here
* masak submits rakudobug about words($s, *) not working

Getting this on Rakudo ee36da5:

$ perl6 -e 'say (words "foo bar baz", *).perl'
Cannot call Numeric(Whatever: ); none of these signatures match:
    (Mu:U \v: *%_)
  in block <unit> at -e:1

Reply via email to