Author: kjs
Date: Sun Nov 16 10:04:44 2008
New Revision: 32719

Modified:
   trunk/docs/pdds/pdd19_pir.pod

Log:
[pdd19] add description of the new :nsentry subroutine flag.

Modified: trunk/docs/pdds/pdd19_pir.pod
==============================================================================
--- trunk/docs/pdds/pdd19_pir.pod       (original)
+++ trunk/docs/pdds/pdd19_pir.pod       Sun Nov 16 10:04:44 2008
@@ -528,6 +528,13 @@
 work well with C<:outer> or existing PMC types such as C<Closure>,
 C<Coroutine>, etc.
 
+=item :nsentry( <string_constant> )
+
+Specify the name by which the subroutine is stored in the namespace. The 
default
+name by which a subroutine is stored in the namespace (if this flag is 
missing),
+is the subroutine's name as given after the C<.sub> directive. This flag allows
+to override this.
+
 =back
 
 

Reply via email to