1
0
mirror of synced 2026-04-30 21:58:36 +00:00

Also declare POD encoding in Xen::Tools::Common

Recode Xen::Tools::Common to UTF-8

Fixes FTBFS with Perl 5.18. Closes #720519 a second time.
This commit is contained in:
Axel Beckert
2013-09-24 22:02:28 +02:00
parent cc4e170357
commit c62b053a7b
2 changed files with 5 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
package Xen::Tools::Common;
=encoding utf8
=head1 NAME
Xen::Tools::Common - Common funtions used in xen-tools' Perl scripts
@@ -402,7 +404,7 @@ sub logprint_with_config ($$)
Steve Kemp, http://www.steve.org.uk/
Axel Beckert, http://noone.org/abe/
Dmitry Nedospasov, http://nedos.net/
Stéphane Jourdois
Stéphane Jourdois
Merged from several scripts by Axel Beckert.