summaryrefslogtreecommitdiffstats
path: root/Bugzilla/User.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/User.pm')
-rw-r--r--Bugzilla/User.pm9
1 files changed, 2 insertions, 7 deletions
diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm
index 0bf945084..87255b20a 100644
--- a/Bugzilla/User.pm
+++ b/Bugzilla/User.pm
@@ -5,16 +5,11 @@
# This Source Code Form is "Incompatible With Secondary Licenses", as
# defined by the Mozilla Public License, v. 2.0.
-################################################################################
-# Module Initialization
-################################################################################
+package Bugzilla::User;
-# Make it harder for us to do dangerous things in Perl.
+use 5.10.1;
use strict;
-# This module implements utilities for dealing with Bugzilla users.
-package Bugzilla::User;
-
use Bugzilla::Error;
use Bugzilla::Util;
use Bugzilla::Constants;