diff options
-rw-r--r-- | perl-install/help.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/help.pm b/perl-install/help.pm index 481f0969c..aa7d274f6 100644 --- a/perl-install/help.pm +++ b/perl-install/help.pm @@ -1,5 +1,6 @@ package help; use common; +use utf8; 1; |