Skip to content

Commit 21244f6

Browse files
Make sure we explicitly 'use Encode' to fix part of #260
1 parent 7d6549e commit 21244f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

diff-so-fancy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ my $VERSION = "1.2.0";
66

77
use Cwd qw(abs_path); # For realpath()
88
use File::Basename; # for dirname
9+
use Encode; # For handling UTF8 stuff
910
use lib dirname(abs_path($0)) . "/lib"; # Add the local lib/ to @INC
1011
use DiffHighlight;
1112

0 commit comments

Comments
 (0)