[svn:parrot] r49091 - trunk/ext/nqp-rx/src/stage0

mikehh at svn.parrot.org mikehh at svn.parrot.org
Fri Sep 17 20:55:58 UTC 2010


Author: mikehh
Date: Fri Sep 17 20:55:57 2010
New Revision: 49091
URL: https://trac.parrot.org/parrot/changeset/49091

Log:
fix codetest failure - tidy up pod syntax (this has been pushed upstream)

Modified:
   trunk/ext/nqp-rx/src/stage0/HLL-s0.pir

Modified: trunk/ext/nqp-rx/src/stage0/HLL-s0.pir
==============================================================================
--- trunk/ext/nqp-rx/src/stage0/HLL-s0.pir	Fri Sep 17 19:23:49 2010	(r49090)
+++ trunk/ext/nqp-rx/src/stage0/HLL-s0.pir	Fri Sep 17 20:55:57 2010	(r49091)
@@ -129,12 +129,17 @@
 # continue to build from an older Parrot until parrot's trunk
 # is working again.  When we're able to bump PARROT_REVISION,
 # this code can go away to fall back to Parrot's version (DRY).
+
+=over 4
+
 =item lineof(target, pos [, cache :named('cache')])
 
 Return the line number of offset C<pos> within C<target>.  The return
 value uses zero for the first line.  If C<cache> is true, then
 memoize the line offsets as a C<!lineof> property on C<target>.
 
+=back
+
 =cut
 
 .sub 'lineof' :method


More information about the parrot-commits mailing list