mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user