Commit b2e16078 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

EFA.pm: use utf8 (so efa-m --list prints service names correctly)

parent 3c7ed622
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ package Travel::Status::DE::EFA;
use strict;
use warnings;
use 5.010;
use utf8;

no if $] >= 5.018, warnings => 'experimental::smartmatch';