summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r--Bugzilla.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index 851b76ebb..bff8dc788 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -7,7 +7,7 @@
package Bugzilla;
-use 5.10.1;
+use 5.14.0;
use strict;
use warnings;
@@ -502,7 +502,6 @@ sub error_mode {
$class->request_cache->{error_mode} = $newval;
}
- # XXX - Once we require Perl 5.10.1, this test can be replaced by //.
if (exists $class->request_cache->{error_mode}) {
return $class->request_cache->{error_mode};
}
@@ -551,7 +550,6 @@ sub usage_mode {
$class->request_cache->{usage_mode} = $newval;
}
- # XXX - Once we require Perl 5.10.1, this test can be replaced by //.
if (exists $class->request_cache->{usage_mode}) {
return $class->request_cache->{usage_mode};
}