diff options
Diffstat (limited to 'Bugzilla/Token.pm')
-rw-r--r-- | Bugzilla/Token.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |