summaryrefslogtreecommitdiffstats
path: root/Bugzilla/UserAgent.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/UserAgent.pm')
-rw-r--r--Bugzilla/UserAgent.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/UserAgent.pm b/Bugzilla/UserAgent.pm
index b5d552130..627120efc 100644
--- a/Bugzilla/UserAgent.pm
+++ b/Bugzilla/UserAgent.pm
@@ -7,7 +7,9 @@
package Bugzilla::UserAgent;
+use 5.10.1;
use strict;
+
use base qw(Exporter);
our @EXPORT = qw(detect_platform detect_op_sys);