فهرست منبع

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

Usually, these are going to be URLs that you don't want to split
across lines.
Ryan C. Gordon 2 سال پیش
والد
کامیت
96a04cb910
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      build-scripts/wikiheaders.pl

+ 2 - 0
build-scripts/wikiheaders.pl

@@ -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;