[svn:parrot] r42311 - trunk/src/ops

mikehh at svn.parrot.org mikehh at svn.parrot.org
Fri Nov 6 16:52:45 UTC 2009


Author: mikehh
Date: Fri Nov  6 16:52:45 2009
New Revision: 42311
URL: https://trac.parrot.org/parrot/changeset/42311

Log:
fix codetest failure - pod syntax

Modified:
   trunk/src/ops/experimental.ops

Modified: trunk/src/ops/experimental.ops
==============================================================================
--- trunk/src/ops/experimental.ops	Fri Nov  6 16:45:52 2009	(r42310)
+++ trunk/src/ops/experimental.ops	Fri Nov  6 16:52:45 2009	(r42311)
@@ -151,6 +151,8 @@
     }
 }
 
+=over 4
+
 =item B<vivify>(out PMC, in PMC, in PMC, in PMC)
 
 Fetches a value from $2, keyed by $3 into $1.  If the resulting PMC is PMCNULL,


More information about the parrot-commits mailing list