perl: Add =encoding to Sys::Guestfs man page.

Otherwise the man page cannot contain any non-7-bit-ASCII characters.

The test error seen was:

Failed test 'POD test for blib/lib/Sys/Guestfs.pm'
at /usr/share/perl5/vendor_perl/Test/Pod.pm line 187.
Wide character in print at /usr/share/perl5/vendor_perl/Test2/Formatter/TAP.pm line 112.
blib/lib/Sys/Guestfs.pm (1811): Non-ASCII character seen before =encoding in 'caller’s'. Assuming UTF-8
Looks like you failed 1 test of 1.
This commit is contained in:
Richard W.M. Jones
2017-03-31 09:51:17 +01:00
parent e0385c6902
commit ee9af92963

View File

@@ -664,6 +664,8 @@ and generate_perl_pm () =
generate_header HashStyle LGPLv2plus;
pr "\
=encoding utf8
=pod
=head1 NAME