diff options
author | Karl Williamson <khw@cpan.org> | 2018-06-01 10:44:45 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-05-25 22:15:22 -0600 |
commit | c4eccd78b4da72c658a43337cc79b6dce788a239 (patch) | |
tree | c1747ef2cfb1029f9e0c87a112dc886f7720ff2c /configpm | |
parent | b1b5ac27794b406d430e214924269e8f87e9a351 (diff) | |
download | perl-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-x | configpm | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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; } |