Author: kjs Date: Mon Oct 1 20:17:53 2007 New Revision: 21732 Modified: trunk/docs/pdds/draft/pdd19_pir.pod
Log: docs/pdd19 * add note about method name spec. (bare/quote/register). Modified: trunk/docs/pdds/draft/pdd19_pir.pod ============================================================================== --- trunk/docs/pdds/draft/pdd19_pir.pod (original) +++ trunk/docs/pdds/draft/pdd19_pir.pod Mon Oct 1 20:17:53 2007 @@ -401,6 +401,10 @@ PCC function call with B<.pcc_*> directives. I<var> can denote a global subroutine, a local B<identifier> or a B<reg>. +{{We should review the (currently inconsistent) specification of the +method name. Currently it can be a bare word, a quoted string or a +string register. See #45859.}} + =item .return ([<var> [:<flag> ...], ...]) Return from the current compilation unit with zero or more values.