summaryrefslogtreecommitdiff
path: root/configpm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-01-09 13:16:34 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-01-09 13:16:34 +0000
commitc90cd22b2f0d69bba1abd4ca7cd7ece1531bbb93 (patch)
tree02a8580d248392df9c733fe9486e73e3fdb2dfd1 /configpm
parent084e50c2bb259c1fb5d99eed82d12400f31c6763 (diff)
downloadperl-c90cd22b2f0d69bba1abd4ca7cd7ece1531bbb93.tar.gz
Add a few =cuts (so configpm is displayed mostly correctly
by perldoc or by search.cpan.org) p4raw-id: //depot/perl@32916
Diffstat (limited to 'configpm')
-rwxr-xr-xconfigpm6
1 files changed, 6 insertions, 0 deletions
diff --git a/configpm b/configpm
index 1fb9c3e09c..d781b50c6c 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;
}