diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-01-09 13:16:34 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-01-09 13:16:34 +0000 |
commit | 6e0fd10a0f5105be61c6c217e5ec86eab08b5dac (patch) | |
tree | 02a8580d248392df9c733fe9486e73e3fdb2dfd1 /configpm | |
parent | 604356b0829fe243a7a2e59c4bba4cac9dffed05 (diff) | |
download | perl-6e0fd10a0f5105be61c6c217e5ec86eab08b5dac.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-x | configpm | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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; } |