From: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date: Wed, 9 Jan 2008 13:16:34 +0000 (+0000)
Subject: Add a few =cuts (so configpm is displayed mostly correctly
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c90cd22b2f0d69bba1abd4ca7cd7ece1531bbb93;p=p5sagit%2Fp5-mst-13.2.git

Add a few =cuts (so configpm is displayed mostly correctly
by perldoc or by search.cpan.org)

p4raw-id: //depot/perl@32916
---

diff --git a/configpm b/configpm
index 1fb9c3e..d781b50 100755
--- a/configpm
+++ b/configpm
@@ -832,6 +832,8 @@ some of the variables described below, or may have extraneous variables
 specific to that particular port.  See the port specific documentation
 in such cases.
 
+=cut
+
 ENDOFTAIL
 
 if ($Opts{glossary}) {
@@ -848,12 +850,16 @@ sub process {
       print CONFIG_POD <<EOF if $text;
 =back
 
+=cut
+
 EOF
       print CONFIG_POD <<EOF;
 =head2 $c
 
 =over 4
 
+=cut
+
 EOF
      $text = 1;
     }