mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user