Helper/IRIS: fex error message encoding (use utf8)
This commit is contained in:
parent
2ee5332ee5
commit
8b86d0680a
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
package Travelynx::Helper::IRIS;
|
||||
|
||||
# Copyright (C) 2020 Daniel Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
@ -7,6 +8,8 @@ use strict;
|
|||
use warnings;
|
||||
use 5.020;
|
||||
|
||||
use utf8;
|
||||
|
||||
use Travel::Status::DE::IRIS;
|
||||
|
||||
sub new {
|
||||
|
|
Loading…
Reference in a new issue