Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Commit

Permalink
fix "wide char in print" warning
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Oct 30, 2019
1 parent 78ddfb5 commit 906b8d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion misc/ghch
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

use warnings;
use strict;
use v5.20;
use v5.26;
use open ':std', ':encoding(UTF-8)'; # force stdin, stdout, stderr into utf8

use Mojo::JSON 'decode_json';
use HTTP::Tiny;
Expand Down

0 comments on commit 906b8d2

Please sign in to comment.