From: Ricardo Signes Date: Mon, 7 Dec 2009 23:24:59 +0000 (-0500) Subject: legalize =begin foo bar X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=93592fd5aeec89ac25994a493ef54e1d7a572d65;p=p5sagit%2Fp5-mst-13.2.git legalize =begin foo bar --- diff --git a/pod/perlpodspec.pod b/pod/perlpodspec.pod index 761b1bb..7ab5659 100644 --- a/pod/perlpodspec.pod +++ b/pod/perlpodspec.pod @@ -293,6 +293,8 @@ by the most recent "=over" command. It permits no text after the =item "=begin formatname" +=item "=begin formatname parameter" + This marks the following paragraphs (until the matching "=end formatname") as being for some special kind of processing. Unless "formatname" begins with a colon, the contained non-command @@ -302,9 +304,11 @@ or data paragraphs. This is discussed in detail in the section L=end" Regions>. It is advised that formatnames match the regexp -C. Implementors should anticipate future -expansion in the semantics and syntax of the first parameter -to "=begin"/"=end"/"=for". +C. Everything following whitespace after the +formatname is a parameter that may be used by the formatter when dealing +with this region. This parameter must not be repeated in the "=end" +paragraph. Implementors should anticipate future expansion in the +semantics and syntax of the first parameter to "=begin"/"=end"/"=for". =item "=end formatname"