Author: paultcochrane
Date: Sun Oct 28 04:24:13 2007
New Revision: 22545

Modified:
   trunk/docs/pdds/draft/pdd19_pir.pod

Log:
[docs] Making pod.t happy


Modified: trunk/docs/pdds/draft/pdd19_pir.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd19_pir.pod (original)
+++ trunk/docs/pdds/draft/pdd19_pir.pod Sun Oct 28 04:24:13 2007
@@ -728,6 +728,8 @@
 definition and call of a zero-parameter macro to match in the use of
 parentheses. }}
 
+=over
+
 =item * Heredoc arguments
 
 Heredoc arguments are not allowed when expanding a macro. This means that
@@ -747,6 +749,8 @@
 preprocessing of macros. Might be nice if we could parse heredocs at the macro
 level, but not a high priority. }}
 
+=back
+
 =head3 Unique local labels
 
 Within the macro body, the user can declare a unique label identifier using
@@ -868,8 +872,6 @@
 If you intend the macro to create unique variables names, use C<.macro_local>
 instead of C<.local> to take advantage of the name munging.
 
-=back
-
 =head2 Assignment and Morphing
 
 The C<=> syntactic sugar in PIR, when used in the simple case of:

Reply via email to