Traewelling: Fix utf8 in log messages

This commit is contained in:
Daniel Friesel 2022-07-03 12:13:58 +02:00
parent 5ce3b9755e
commit 3082316697
No known key found for this signature in database
GPG key ID: 100D5BFB5166E005

View file

@ -7,6 +7,7 @@ package Travelynx::Helper::Traewelling;
use strict;
use warnings;
use 5.020;
use utf8;
use DateTime;
use DateTime::Format::Strptime;