[svn:parrot] r40549 - trunk/compilers/tge

mikehh at svn.parrot.org mikehh at svn.parrot.org
Fri Aug 14 21:32:58 UTC 2009


Author: mikehh
Date: Fri Aug 14 21:32:57 2009
New Revision: 40549
URL: https://trac.parrot.org/parrot/changeset/40549

Log:
fix codetest failure - pod syntax in compilers/tge/TGE.pir

Modified:
   trunk/compilers/tge/TGE.pir

Modified: trunk/compilers/tge/TGE.pir
==============================================================================
--- trunk/compilers/tge/TGE.pir	Fri Aug 14 20:43:51 2009	(r40548)
+++ trunk/compilers/tge/TGE.pir	Fri Aug 14 21:32:57 2009	(r40549)
@@ -115,6 +115,8 @@
 
 .namespace [ 'PGE';'Match' ]
 
+=over 4
+
 =item C<find_key([ key1, key2, ... ])>
 
 Find the first of C<key1>, C<key2>, etc. in the current
@@ -122,6 +124,8 @@
 the specified keys are found.  If no keys are specified,
 then simply return the first key found.
 
+=back
+
 =cut
 
 .sub 'find_key' :method


More information about the parrot-commits mailing list