Skip to content

Commit a92732b

Browse files
committed
Encoding warning prevented.
1 parent 8273caa commit a92732b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-forest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use Getopt::Long;
1212
use Git;
1313
use strict;
14-
use encoding "utf8";
14+
use utf8;
1515
my $Repo = Git->repository($ENV{"GIT_DIR"} || ".");
1616
my $Pretty_fmt = "format:%s";
1717
my $Reverse_order = 0;

0 commit comments

Comments
 (0)