On Wed Jun 09 10:41:32 2010, moritz wrote: > IIRC the spec says that multis should be exported by default, in Rakudo > they are not (making the JSON emitter in JSON::Tiny and thus a book > example a bit awkward) >
>From S11: Any C<proto> declaration that is not declared C<my> is exported by default. Any C<multi> that depends on an exported C<proto> is also automatically exported. Any autogenerated C<proto> is assumed to be exported by default. -- Will "Coke" Coleda
