summaryrefslogtreecommitdiff
path: root/configpm
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-06-01 10:44:45 -0600
committerKarl Williamson <khw@cpan.org>2019-05-25 22:15:22 -0600
commitc4eccd78b4da72c658a43337cc79b6dce788a239 (patch)
treec1747ef2cfb1029f9e0c87a112dc886f7720ff2c /configpm
parentb1b5ac27794b406d430e214924269e8f87e9a351 (diff)
downloadperl-c4eccd78b4da72c658a43337cc79b6dce788a239.tar.gz
configpm: Remove extraneous =cut lines
These were creating improper pod, though it hasn't been caught.
Diffstat (limited to 'configpm')
-rwxr-xr-xconfigpm4
1 files changed, 0 insertions, 4 deletions
diff --git a/configpm b/configpm
index 09c4a3b7a7..da446ef84b 100755
--- a/configpm
+++ b/configpm
@@ -1023,16 +1023,12 @@ sub process {
print CONFIG_POD <<EOF if $text;
=back
-=cut
-
EOF
print CONFIG_POD <<EOF;
=head2 $c
=over 4
-=cut
-
EOF
$text = 1;
}