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 | c90cd22b2f0d69bba1abd4ca7cd7ece1531bbb93 (patch) | |
tree | 02a8580d248392df9c733fe9486e73e3fdb2dfd1 /configpm | |
parent | 084e50c2bb259c1fb5d99eed82d12400f31c6763 (diff) | |
download | perl-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-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; } |