On Sun Feb 23 23:40:21 2014, coke wrote: > 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.
We decided to remove this from the design docs: https://github.com/perl6/specs/commit/bab6c34833edd8f9cdfb8c6b61290c54e079ea49 And so this ticket is moot.
