Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove language on auto-export of protos.
It probably made more sense before we settled on lexical scoping for
resolving routine calls and `my` as the default routine scope. Today,
less so.
  • Loading branch information
jnthn committed Sep 23, 2015
1 parent 8abcbe6 commit bab6c34
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions S11-modules.pod
Expand Up @@ -169,10 +169,6 @@ outer scopes (including UNIT):

This compunit will export C<&foo>, C<&bar> and C<&baz> by default.

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.

=head1 Dynamic exportation

The default C<EXPORTALL> handles symbol exports by removing recognized
Expand Down

0 comments on commit bab6c34

Please sign in to comment.