Author: larry
Date: Tue Feb 26 11:32:10 2008
New Revision: 14518

Modified:
   doc/trunk/design/syn/S11.pod

Log:
make protos and multis export by default


Modified: doc/trunk/design/syn/S11.pod
==============================================================================
--- doc/trunk/design/syn/S11.pod        (original)
+++ doc/trunk/design/syn/S11.pod        Tue Feb 26 11:32:10 2008
@@ -14,7 +14,7 @@
   Date: 27 Oct 2004
   Last Modified: 26 Feb 2008
   Number: 11
-  Version: 23
+  Version: 24
 
 =head1 Overview
 
@@ -109,6 +109,11 @@
 calling C<Foo::Bar.EXPORTALL> will export C<&bar> and C<&baz> at runtime
 to the caller's package.
 
+Any proto declaration that is not declared "my" is exported by default.
+Any multi that depends on an exported proto is also automatically exported.
+When there is no proto for a multi, the autogenerated proto is assumed
+to be exportable.
+
 =head1 Dynamic exportation
 
 The default C<EXPORTALL> handles symbol exports by removing recognized

Reply via email to