summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 37f96df0a..1a8f46f55 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -1470,7 +1470,8 @@ if ($^O !~ /MSWin32/i) {
# It's safe to use Bugzilla::Auth here because parameters have now been
# defined.
-use Bugzilla::Auth;
+require Bugzilla::Auth;
+import Bugzilla::Auth 'bz_crypt';
# globals.pl clears the PATH, but File::Find uses Cwd::cwd() instead of
# Cwd::getcwd(), which we need to do because `pwd` isn't in the path - see