From 3d59b2bd807ec35c511fd76df11b2cbb61289242 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Thu, 18 Mar 2004 11:57:04 +0000 Subject: Bug 192516: Moving the loose .pm files into the Bugzilla directory, where they belong. These files pre-date the Bugzilla directory, and would have gone there had it existed at the time. The four files in question were copied on the CVS server to preserve CVS history in the files. This checkin deletes them from the old location and modifies everything else to know where they are now. r= myk, gerv a= justdave --- Bugzilla/Token.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Token.pm') diff --git a/Bugzilla/Token.pm b/Bugzilla/Token.pm index f7be40ab3..20ce48050 100644 --- a/Bugzilla/Token.pm +++ b/Bugzilla/Token.pm @@ -27,7 +27,7 @@ use strict; # Bundle the functions in this file together into the "Token" package. -package Token; +package Bugzilla::Token; use Bugzilla::Config; use Bugzilla::Error; -- cgit v1.2.3-24-g4f1b