diff options
Diffstat (limited to 'Bugzilla/WebService/Util.pm')
-rw-r--r-- | Bugzilla/WebService/Util.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Util.pm b/Bugzilla/WebService/Util.pm index 7f3179154..26a6ebbb0 100644 --- a/Bugzilla/WebService/Util.pm +++ b/Bugzilla/WebService/Util.pm @@ -16,7 +16,6 @@ use Bugzilla::FlagType; use Bugzilla::Error; use Storable qw(dclone); -use List::MoreUtils qw(any all); use parent qw(Exporter); |