summaryrefslogtreecommitdiffstats
path: root/Bugzilla/API/1_0/Server.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/API/1_0/Server.pm')
-rw-r--r--Bugzilla/API/1_0/Server.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/API/1_0/Server.pm b/Bugzilla/API/1_0/Server.pm
index 627da1e58..af66a4f66 100644
--- a/Bugzilla/API/1_0/Server.pm
+++ b/Bugzilla/API/1_0/Server.pm
@@ -20,7 +20,7 @@ use Bugzilla::Hook;
use Bugzilla::Util qw(datetime_from trick_taint);
use File::Basename qw(basename);
-use File::Glob qw(:bsd_glob);
+use File::Glob qw(:glob);
use List::MoreUtils qw(none uniq);
use MIME::Base64 qw(decode_base64 encode_base64);
use Moo;