From 24a97437dccabbe0778e2e4f8330b47aefda428d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 1 Jun 2006 07:19:36 +0000 Subject: Bug 339858: Remove useless module dependencies in Bugzilla::Auth::* - Patch by Frédéric Buclin r=mkanat a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Auth/Persist/Cookie.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Bugzilla/Auth/Persist/Cookie.pm') diff --git a/Bugzilla/Auth/Persist/Cookie.pm b/Bugzilla/Auth/Persist/Cookie.pm index ce59ef4bd..c41948e72 100644 --- a/Bugzilla/Auth/Persist/Cookie.pm +++ b/Bugzilla/Auth/Persist/Cookie.pm @@ -32,10 +32,11 @@ package Bugzilla::Auth::Persist::Cookie; use strict; use fields qw(); +use Bugzilla::Auth; use Bugzilla::Config; use Bugzilla::Constants; use Bugzilla::Util; -use Bugzilla::User; +use Bugzilla::Token; use List::Util qw(first); -- cgit v1.2.3-24-g4f1b