Author: bernhard
Date: Mon Feb 5 11:15:22 2007
New Revision: 16895
Modified:
trunk/docs/imcc/calling_conventions.pod
Log:
Add the pragmata :postcomp and :outer(sub).
Courtesy of Klaas Jan Stol
Modified: trunk/docs/imcc/calling_conventions.pod
==============================================================================
--- trunk/docs/imcc/calling_conventions.pod (original)
+++ trunk/docs/imcc/calling_conventions.pod Mon Feb 5 11:15:22 2007
@@ -132,7 +132,7 @@
Engage in multiple dispatch with the listed types.
-=item :immediate
+=item :immediate or :postcomp
This subroutine is executed immediately after being compiled. (Analagous to
C<BEGIN> in perl5.)
@@ -152,6 +152,10 @@
the method B<ToString> also be the v-table method B<get_string>), use
B<:vtable("get_string")>.
+=item :outer(subname)
+
+The marked C<.sub> is lexically nested within the sub known by B<subname>.
+
=back
Notes: