Author: autrijus
Date: Fri Feb 24 10:58:18 2006
New Revision: 7849
Modified:
doc/trunk/design/syn/S06.pod
doc/trunk/design/syn/S10.pod
doc/trunk/design/syn/S13.pod
Log:
* more A*->S* changes.
Modified: doc/trunk/design/syn/S06.pod
==============================================================================
--- doc/trunk/design/syn/S06.pod (original)
+++ doc/trunk/design/syn/S06.pod Fri Feb 24 10:58:18 2006
@@ -1443,7 +1443,7 @@ The C<but I<NAME> (I<DATA>)> syntax spec
return 0 but true;
}
-Properties are predeclared as roles and implemented as mixins--see A12.
+Properties are predeclared as roles and implemented as mixins--see S12.
=head2 Subroutine traits
Modified: doc/trunk/design/syn/S10.pod
==============================================================================
--- doc/trunk/design/syn/S10.pod (original)
+++ doc/trunk/design/syn/S10.pod Fri Feb 24 10:58:18 2006
@@ -119,7 +119,7 @@ These routines are expected to define th
it, since the call is already "scheduled" from somewhere else.
(The C<goto &$AUTOLOAD> is implicit, in other words. But you can
hijack the call via the C<call> builtin, in which case the autoloader
-behaves just like a wrapper--see A6.)
+behaves just like a wrapper--see S06.)
In any case, there is no longer any magical C<$AUTOLOAD> variable.
The name being declared or defined can be found in C<$_>
Modified: doc/trunk/design/syn/S13.pod
==============================================================================
--- doc/trunk/design/syn/S13.pod (original)
+++ doc/trunk/design/syn/S13.pod Fri Feb 24 10:58:18 2006
@@ -39,7 +39,7 @@ any trickery involving swapping the argu
type instead of the left one. And there's no longer any need to
examine a special flag to see if the arguments were reversed.
-For much more about multiple dispatch, see A12.
+For much more about multiple dispatch, see S12.
=head1 Syntax