Author: particle
Date: Mon Feb 12 09:13:28 2007
New Revision: 16955

Modified:
   trunk/t/pmc/namespace.t

Log:
[PDD21]: start classifying tests with smartlinks

Modified: trunk/t/pmc/namespace.t
==============================================================================
--- trunk/t/pmc/namespace.t     (original)
+++ trunk/t/pmc/namespace.t     Mon Feb 12 09:13:28 2007
@@ -24,6 +24,7 @@
 =cut
 
 
+# L<PDD21/Namespace PMC API/>
 pir_output_is( <<'CODE', <<'OUT', 'new' );
 .sub 'test' :main
     new $P0, .NameSpace
@@ -34,6 +35,7 @@
 OUT
 
 
+# L<PDD21/Namespace PMC API/=head4 Untyped Interface>
 pir_output_is( <<'CODE', <<'OUT', 'NameSpace does "hash"' );
 .sub 'test' :main
     new $P0, .NameSpace
@@ -48,6 +50,7 @@
 OUT
 
 
+# L<PDD21//>
 pir_output_is( <<'CODE', <<'OUTPUT', "find_global bar" );
 .sub 'main' :main
     $P0 = find_global "bar"

Reply via email to