]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Add missing use List::MoreUtils
authorDylan Hardison <dylan@mozilla.com>
Tue, 22 Dec 2015 20:42:31 +0000 (15:42 -0500)
committerDylan Hardison <dylan@mozilla.com>
Tue, 22 Dec 2015 20:43:34 +0000 (15:43 -0500)
Bugzilla/WebService/Util.pm

index 27b2b36faea73a139a403cb96592fed0fa330233..68b74c697168b87b0ca1de0751e5d7657e850523 100644 (file)
@@ -16,6 +16,7 @@ use Bugzilla::FlagType;
 use Bugzilla::Error;
 
 use Storable qw(dclone);
+use List::MoreUtils qw(any all);
 
 use parent qw(Exporter);