summaryrefslogtreecommitdiff
path: root/make/configure.pm
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2014-10-01 19:52:29 +0100
committerPeter Powell <petpow@saberuk.com>2014-12-07 22:36:43 +0000
commit7404ba8b66083c2fbb19c638da85c252551792a2 (patch)
tree622b5f0fd7fdf60885fd2d82b99795b101f55750 /make/configure.pm
parent541a66de7adbfe57dd4d3e998e8cc0db5585a266 (diff)
Move common code to make::common from make::utilities.
The other code in that file will be removed very soon so it has been left alone to avoid merge conflicts. This will help prevent insp20 merge conflicts in the future.
Diffstat (limited to 'make/configure.pm')
-rw-r--r--make/configure.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/configure.pm b/make/configure.pm
index a5cb05c60..8653edaac 100644
--- a/make/configure.pm
+++ b/make/configure.pm
@@ -34,6 +34,7 @@ use Cwd qw(getcwd);
use Exporter qw(import);
use File::Basename qw(basename);
+use make::common;
use make::console;
use make::utilities;