We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3340c55 commit a78644dCopy full SHA for a78644d
diff-so-fancy
@@ -4,10 +4,11 @@ my $VERSION = "1.2.0";
4
5
#################################################################################
6
7
-use File::Spec; # For catdir
8
-use File::Basename; # For dirname
9
-use Encode; # For handling UTF8 stuff
10
-use lib dirname(File::Spec->catdir($0)) . "/lib"; # Add the local lib/ to @INC
+use File::Spec; # For catdir
+use File::Basename; # For dirname
+use Encode; # For handling UTF8 stuff
+use Cwd qw(abs_path); # For realpath()
11
+use lib dirname(abs_path(File::Spec->catdir($0))) . "/lib"; # Add the local lib/ to @INC
12
use DiffHighlight;
13
14
use strict;
0 commit comments