Author: hinrik
Date: 2009-02-10 15:54:04 +0100 (Tue, 10 Feb 2009)
New Revision: 25269

Modified:
   docs/Perl6/Spec/S05-regex.pod
Log:
[S05] fix Pod error due to misplaced =back

Modified: docs/Perl6/Spec/S05-regex.pod
===================================================================
--- docs/Perl6/Spec/S05-regex.pod       2009-02-10 14:51:35 UTC (rev 25268)
+++ docs/Perl6/Spec/S05-regex.pod       2009-02-10 14:54:04 UTC (rev 25269)
@@ -3644,8 +3644,6 @@
          $parsetree = m:keepall/<Perl.prog>/;
      }
 
-=back
-
 =item *
 
 To switch to a different grammar in the middle of a regex, you may use the 
C<:lang> adverb.
@@ -3653,6 +3651,8 @@
 
     token funnylang { '{' [ :lang($funnylang.unbalanced('}')) <expr> ] '}' }
 
+=back
+
 =head1 Syntactic categories
 
 For writing your own backslash and assertion subrules or macros, you may

Reply via email to