On Mon Oct 01 04:30:56 2012, bbkr wrote:
> On 2012.09 Star it is:
> 
> perl
> returns
> count
> Unmarshallable foreign language value passed for parameter 'obj'
>   in method dispatch:<hyper> at src/gen/CORE.setting:936
>   in block  at -e:1

with the latest rakudo compiler, this now returns:

./perl6 -e 'my $x = :(Int); $x.^methods>>.say'
perl
returns
count
<anon>
<anon>
ACCEPTS
params
arity
<anon>
<anon>

Closable with tests.

-- 
Will "Coke" Coleda

Reply via email to