Author: autrijus Date: Thu Feb 23 13:35:36 2006 New Revision: 7814 Modified: doc/trunk/design/syn/S11.pod Log: * S11 typo fix and version bump.
Modified: doc/trunk/design/syn/S11.pod ============================================================================== --- doc/trunk/design/syn/S11.pod (original) +++ doc/trunk/design/syn/S11.pod Thu Feb 23 13:35:36 2006 @@ -14,7 +14,7 @@ Larry Wall <[EMAIL PROTECTED]> Date: 27 Oct 2004 Last Modified: 22 Feb 2006 Number: 11 - Version: 7 + Version: 8 =head1 Overview @@ -89,8 +89,8 @@ modules, with their tagsets as inner mod the C<sub bar> above will bind as C<&Foo::EXPORT::DEFAULT::bar>, C<&Foo::EXPORT::ALL::bar>, and C<&Foo::EXPORT::others::bar>. -Inner modules automatically add their export list to modules in its -all outer scope: +Inner modules automatically add their export list to modules in all their +outer scopes: module Foo { sub foo is export {...}