wikiheaders.pl: Don't wordwrap truly massive words.

Usually, these are going to be URLs that you don't want to split
across lines.
This commit is contained in:
Ryan C. Gordon 2022-05-25 09:30:29 -04:00
parent b28d304b23
commit 96a04cb910
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ use warnings;
use strict;
use Text::Wrap;
$Text::Wrap::huge = 'overflow';
my $srcpath = undef;
my $wikipath = undef;
my $warn_about_missing = 0;