[svn:parrot] r49717 - trunk/ext/nqp-rx/src/stage0
geraud at svn.parrot.org
geraud at svn.parrot.org
Thu Oct 28 21:58:14 UTC 2010
Author: geraud
Date: Thu Oct 28 21:58:13 2010
New Revision: 49717
URL: https://trac.parrot.org/parrot/changeset/49717
Log:
[codingstd] Fix a couple of =over and =back issues in POD.
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 Thu Oct 28 21:18:07 2010 (r49716)
+++ trunk/ext/nqp-rx/src/stage0/HLL-s0.pir Thu Oct 28 21:58:13 2010 (r49717)
@@ -122,6 +122,7 @@
# 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).
+
=item lineof(target, pos [, cache :named('cache')])
Return the line number of offset C<pos> within C<target>. The return
@@ -208,6 +209,8 @@
### .include 'src/cheats/hll-grammar.pir'
# Copyright (C) 2009, The Perl Foundation.
+=back
+
=head1 TITLE
src/cheats/hll-grammar.pir -- Additional HLL::Grammar methods
@@ -8981,8 +8984,6 @@
.end
-=back
-
=head1 AUTHOR
Patrick Michaud <pmichaud at pobox.com> is the author and maintainer.
More information about the parrot-commits
mailing list