diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 457d6cf3307..ad43ff3fc8b 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -7808 \ No newline at end of file +7809 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/Auth/Verify/Stack.pm b/mozilla/webtools/bugzilla/Bugzilla/Auth/Verify/Stack.pm index dfc92042062..e1a0119928f 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Auth/Verify/Stack.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/Auth/Verify/Stack.pm @@ -21,9 +21,12 @@ use fields qw( _stack successful ); -use Hash::Util qw(lock_keys); + use Bugzilla::Hook; +use Hash::Util qw(lock_keys); +use List::MoreUtils qw(any); + sub new { my $class = shift; my $list = shift;