diff options
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; } |