Author: tewk
Date: Wed Dec 31 10:22:44 2008
New Revision: 34715

Modified:
   trunk/DEPRECATED.pod

Log:
[DEPRECATED] flat namespace / class registry lookup

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod        (original)
+++ trunk/DEPRECATED.pod        Wed Dec 31 10:22:44 2008
@@ -85,6 +85,19 @@
     print $S0
     substr $P0, 1, 2, "x"
 
+=item * named class/pmc lookup in pir syntax such as new, isa, subclass, 
get_class, etc
+
+Class PMC name resolution will be the following.
+
+if the arg is a STRING
+  Relative to the current Namespace
+
+if the arg is a ResizableStringArray
+  Relative to the current HLL Namespace
+
+if the arg is a Namespace or Class PMC
+  The passed in class or the class attatched to the passed in namespace.
+
 =back
 
 =head1 Functions

Reply via email to