Helper/IRIS: fex error message encoding (use utf8)

This commit is contained in:
Daniel Friesel 2020-12-09 21:12:10 +01:00
parent 2ee5332ee5
commit 8b86d0680a

View file

@ -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 {