mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
@@ -664,6 +664,8 @@ and generate_perl_pm () =
|
||||
generate_header HashStyle LGPLv2plus;
|
||||
|
||||
pr "\
|
||||
=encoding utf8
|
||||
|
||||
=pod
|
||||
|
||||
=head1 NAME
|
||||
|
||||
Reference in New Issue
Block a user