diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-11-24 16:05:54 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-11-24 16:05:54 +0100 |
commit | f5758258671d2522e3cb3ec1a8a1e8133d631b33 (patch) | |
tree | 744b98866465189ebef6f9fc848cc0ba200494c9 /lib/Travel/Status/DE/URA.pm | |
parent | cc17c42cb0a17a42fa72d26ada4f6e7b9eec8db4 (diff) |
URA: Print debug output in proper coding
Diffstat (limited to 'lib/Travel/Status/DE/URA.pm')
-rw-r--r-- | lib/Travel/Status/DE/URA.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/URA.pm b/lib/Travel/Status/DE/URA.pm index 7d34d6f..b6b6e12 100644 --- a/lib/Travel/Status/DE/URA.pm +++ b/lib/Travel/Status/DE/URA.pm @@ -105,7 +105,7 @@ sub new { my $raw_str = $response->decoded_content; if ( $self->{developer_mode} ) { - say $raw_str; + say decode('UTF-8', $raw_str); } # Fix encoding in case we're running through test files |