diff options
-rwxr-xr-x | podwrapper.pl.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/podwrapper.pl.in b/podwrapper.pl.in index 7ae3e29b..08001788 100755 --- a/podwrapper.pl.in +++ b/podwrapper.pl.in @@ -255,7 +255,8 @@ if ($man) { name => $name, release => $release, section => $section, center => "Virtualization Support", - date => $date + date => $date, + stderr => 1, utf8 => 1 ); my $output; $parser->output_string (\$output); |