podwrapper: Set Text::Wrap::huge property to "overflow".

This stops long URLs from being broken in the text output mode.

See:
https://www.redhat.com/archives/libguestfs/2013-May/thread.html#00088
This commit is contained in:
Richard W.M. Jones
2013-05-30 11:45:59 +01:00
parent b0bd0bba93
commit aab882a3a6

View File

@@ -28,6 +28,9 @@ use Pod::Simple::Text;
use Pod::Simple::XHTML;
use File::Basename;
# https://www.redhat.com/archives/libguestfs/2013-May/thread.html#00088
eval { $Text::Wrap::huge = "overflow" };
=encoding utf8
=head1 NAME