aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils/ccc-analyzer2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer
index 960d24f4c6..3a2f0f2837 100755
--- a/utils/ccc-analyzer
+++ b/utils/ccc-analyzer
@@ -14,7 +14,7 @@
use strict;
use warnings;
-use Cwd;
+use Cwd qw/ getcwd abs_path /;
use File::Temp qw/ tempfile /;
use File::Path qw / mkpath /;