summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Auth/Persist/Cookie.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-04-14 21:29:55 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2014-04-14 21:29:55 +0200
commitdb8d9946f92f847a26bca5eb45f31ecaf7f031dd (patch)
tree0f299175da6669b12f515f12fe8ef4121ee24fbc /Bugzilla/Auth/Persist/Cookie.pm
parent32931bb0370328c142e9d63f410d94f9db3c764d (diff)
downloadbugzilla-db8d9946f92f847a26bca5eb45f31ecaf7f031dd.tar.gz
bugzilla-db8d9946f92f847a26bca5eb45f31ecaf7f031dd.tar.xz
Bug 987205: Bugzilla crashes because it tries to import a non-exported login_token() subroutine from Bugzilla::Auth::Login::Cookie
r=dkl a=justdave
Diffstat (limited to 'Bugzilla/Auth/Persist/Cookie.pm')
-rw-r--r--Bugzilla/Auth/Persist/Cookie.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/Bugzilla/Auth/Persist/Cookie.pm b/Bugzilla/Auth/Persist/Cookie.pm
index 939a1ac9c..5a9857cba 100644
--- a/Bugzilla/Auth/Persist/Cookie.pm
+++ b/Bugzilla/Auth/Persist/Cookie.pm
@@ -15,8 +15,6 @@ use Bugzilla::Constants;
use Bugzilla::Util;
use Bugzilla::Token;
-use Bugzilla::Auth::Login::Cookie qw(login_token);
-
use List::Util qw(first);
sub new {